Return to Snippet

Revision: 26143
at April 19, 2010 00:04 by adamteale


Initial Code
for a in nuke.allNodes():
    if 'Read' in a['name'].value():
        if 'mov' in a['file'].value():
            print a['file'].value()

Initial URL
http://adamteale.com

Initial Description
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'

Initial Title
print a list of all the "read" nodes in a nuke script that has a "file" name containing 'mov'

Initial Tags
python, simple

Initial Language
Python