Actually I need a name of the format. I'm doing reformat to custom format and then I create next Reformat node which should return to original format. Something like this:

reformat1 = nuke.nodes.Reformat()
reformat1.knob("format").setValue(customFormat)
reformat2 = nuke.nodes.Reformat()
reformat2.knob("format").setValue(origFormat)

Adam
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to