Skip to content

Instantly share code, notes, and snippets.

@shrimo
Last active March 18, 2021 19:39
Show Gist options
  • Save shrimo/da14652c342da6acc3de9d5f269b8c76 to your computer and use it in GitHub Desktop.
Save shrimo/da14652c342da6acc3de9d5f269b8c76 to your computer and use it in GitHub Desktop.
read_list=[]
for i in nuke.allNodes():
if i.Class() == ('Read'):
read_list.append(i.knob('file').getValue())
for rl in read_list:
if '/bstorage/strg01/mnt/projects/mavka/render/' in rl:
print rl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment