Custom actions can be implemented as Python scripts that can be invoked from the UI in the same way as native Composite actions.
Action scripts can be located anywhere on the local file system or on the network. Two environment variables (and toxik.ini options) control the loading and searching of action scripts:
DL_SCRIPTED_ACTIONS_LOAD_ON_STARTUP (toxik::scripting::scriptedActionsLoadOnStartup)
DL_SCRIPTED_ACTIONS_PATH (toxik::scripting::scriptedActionsPath)
For more information on how to write scripted actions and examples, please refer to the main page of the scripting API documentation.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License