nodeToggler v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Gaurav Jaiswal
Toggle some common properties of nodes on or off on your demand.
Requirements:
8.0 or later
Mac, Windows
8.0 or later
Mac, Windows


The script allow to select the nodes you want and then toggle the selected nodes common properties on or off as you want.
For more information please refer to Readme text file.
Please login in order to download these files.
Comments
Nice and helpful script. I have some comments
# As you use the nuke as well as the nukescripts module I would import them at the beginning of the module. Otherwise you could get some NameError.
# At the moment the script only searches for some inputs being inserted. By doing this manually you'll miss some common knobs (what about the mix knob or the label knob for exampmple). I would rather iterated through all nodes and save all common knobs in a list. Or even better make a UI in which the user can pick the knob / the knobs.
# the variable knob_name throws an Name Error (scope error - variable referenced before assignment) when the user inserts some knob name that doesn't exist.
RSS feed for comments to this post