Skip to content

startup_script#

-startup_script [file]

Launch the startup script specified in the configuration file before starting the render or entering interactive mode. You can override the script specified in the configuration by specifying a file after the argument.

Examples#

Launching CNode and execute the startup script specified in the config file:

cnode test.project -startup_script

Launching CNode and execute the a startup script specified in the command-line:

cnode test.project -startup_script /path/to/my/startup/script.py