Skip to content

Load plugin using python

Example

python
import nuke
nuke.pluginAddPath('<PATH_TO_MY_PLUGIN_FOLDER>')
nuke.load('my_plugin.dll')

References