Created
March 17, 2016 15:59
-
-
Save kpprt/cdf442572327cd3f5bca to your computer and use it in GitHub Desktop.
Reload all nodes with a reload button 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 n in nuke.allNodes(): | |
r = n.knob('reload') | |
if r != None: | |
r.execute() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment