Hi All,
I am a relatively new Nuke-Python user.   I am having trouble setting the
channels of a Shuffle Copy through my python script.

sc = nuke.createNode("ShuffleCopy")
sc['in'].setValue('rgba')

--sc['in.r'].setValue('True')--??
or
--sc = nuke.createNode("ShuffleCopy", in.r = True)--??

something along these lines.

All that I want is for the ability to set the check boxes and be able to
shuffle the red channel of one image with the green and blue channels of
another image.

Thanks for any help,
-Stu
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to