Scripting
Enable External Scripts
Enable the loading of external scripts.
Note: Disabling external scripts will also have the scripting system ignore $SFX_SCRIPT_PATH and $SFX_USER_PATH/scripts.
External Package Path
Aids installing external Python packages (such as numpy, torch, scipy, cv, PIL, etc.). This defaults to $(SFX_PYTHON_PACKAGES) which can also be set with an environment variable. When using the tools.installer script, it will first check for this preference and attempts to install packages there instead of in the built-in Python library which only works if there is write access.
External Script Paths
Add one or more paths where your scripts are stored.
Startup Script
Add user-defined code to run during startup. Note that the changes take effect immediately after dismissing the Preferences window. This is good for testing custom keyboard shortcuts.