< Previous | Contents | Next >
First Steps
To start, we need to create a new script by accessing the Menu at Script->Edit->New …

In the FileDialog, store the script under the name Disable Unselected Savers.lua under the Script folder.
In composition scripts, the filename is used as label to execute the script from the menu. A meaningful name should be chosen.
By default, Fusion will open the default application if nothing else was set in the preferences. You can manually edit the script by invoking Script->Edit->Disable Unselected Savers.
In the text processor, write the following line:
print(“Hello World from Fusion!”)

Note
Please note that you edit the script with the Script->Edit-> submenu but execute it directly under Script->Name of your script.
All scripts in the composition script folder will be listed here, including subfolders.
Save the script and execute it with Script->Disable Unselected Savers.
Switch to the Console tab in the interface. If everything was set up correctly, the console will show the following text:

All standard output like print will be piped to the console.