Skip to content
NoteBook
Search
K
Main Navigation
UnrealEngine
Languages
Pipeline
It
Appearance
Menu
Return to top
On this page
Load plugin using python
Example
python
import
nuke
nuke
.
pluginAddPath
(
'
<PATH_TO_MY_PLUGIN_FOLDER>
'
)
nuke
.
load
(
'
my_plugin.dll
'
)
1
2
3
References
Nuke Docs