Skip to content

Instantly share code, notes, and snippets.

@kpprt
Created March 17, 2016 15:59
Show Gist options
  • Save kpprt/cdf442572327cd3f5bca to your computer and use it in GitHub Desktop.
Save kpprt/cdf442572327cd3f5bca to your computer and use it in GitHub Desktop.
Reload all nodes with a reload button in Nuke
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