Hi, I'm finding I can only run nukescripts.autocrop() on a single Read node. On multiple selected Read nodes, the frame range does not update.
Here's what I have: for s in nuke.selectedNodes(): f=s['first'].value() l=s['last'].value() nukescripts.autocrop(first=f, last=l, layer='a') If I print f,l at the end of that loop then the first and last frames for each Read node are correctly returned, but obviously there's something I'm doing here that's too simplistic. Any advice? Ultimately I want to just run this as a python script on the command line. Thanks, Michael
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
