Skip to content

Instantly share code, notes, and snippets.

@draconiansolo
Created August 1, 2015 14:24
Show Gist options
  • Save draconiansolo/2b0f6034f9ae053d476e to your computer and use it in GitHub Desktop.
Save draconiansolo/2b0f6034f9ae053d476e to your computer and use it in GitHub Desktop.
Nuke Python, label all shuffles with [value in]
for n in nuke.allNodes():
if n.Class()=="Shuffle":
print "a wild shuffle appeared"
n.knobs()["label"].setValue("[value in]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment