Created
August 1, 2015 14:24
-
-
Save draconiansolo/2b0f6034f9ae053d476e to your computer and use it in GitHub Desktop.
Nuke Python, label all shuffles with [value in]
This file contains 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 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