Got it! If I select a read node: s=nuke.selectedNode()
I have to set the values in this way: cSpace = s.knob( 'colorspace' ).value() ## (<-- THIS WORKS) print cSpace Not this way: cSpace = s.colorspace.value() ## (<-- THIS DOESN'T) print cSpace - J
_______________________________________________ Nuke-python mailing list Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python