Skip to content

Instantly share code, notes, and snippets.

@draconiansolo
Last active December 26, 2015 00:58
Show Gist options
  • Save draconiansolo/7067665 to your computer and use it in GitHub Desktop.
Save draconiansolo/7067665 to your computer and use it in GitHub Desktop.
super quick "do this thing" to selected nodes in nuke.
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