Advertisement
Guest User

Script in definition

a guest
Jan 26th, 2020
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. def My_script_name():
  2.     all = nuke.allNodes('Read')
  3.     for i in all:
  4.         if i['file'].getValue()[-4:] == '.mov':
  5.         i['colorspace'].setValue("AlexaV3LogC")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement