Last active
December 26, 2015 00:58
-
-
Save draconiansolo/7067665 to your computer and use it in GitHub Desktop.
super quick "do this thing" to selected nodes in nuke.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for node in nuke.selectedNodes(): | |
node["knob"].setValue("value") #change knob and value for the needed contents | |
#node["buttonknobName"].execute() #execute button |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment