Allows you to create gizmos just by dropping .gizmo files directly in Nuke's node graph
gizmoDropper
Updated: 15 September 2022
Author: pushkarevalexandr
Compatible Nuke versions: 11.0 or later
Compatibility: Windows
With this script you can create gizmo by droping them into nodegraph.
Installation:
1. Put gizmoDropper.py into your home directory 'C:\Users\user_name\.nuke'
or into subdirectory 'C:\Users\user_name\.nuke\python'
if you choose subdirectory paste in init.py this line:
nuke.pluginAddPath('./python')
2. Add in your menu.py this line:
import gizmoDropper
video guide https://youtu.be/2g0O6NlErKk
v1.1
-now it imports gizmo as group so you have access to imported gizmo after reopening your script.
Big thanks to Matthias Backmann for pointing on this issue.
-autocolor was added(see Preferences->Panels->Node Colors)
v1.0
-initial release