Hello all, I'm try to do this...
read_node = nuke.nodes.Read()
read_node['first'].setValue(100)
read_node['last'].setValue(200)
read_node['origfirst'].setValue(90)
read_node['origlast'].setValue(210)
but that last two lines don't have any effect. origfirst and origlast get set
to 100 and 200 respectively.
It seems some process is changing them back to those values once my script has
finished running. How can I get around it?
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python