Hey all, I'm trying to access the data connected to a shape in the RotoPaint Node.
from my understanding I can get to the shape-object like this : node = nuke.selectedNode() nodeCurves = node['curves'] shape = nodeCurves.toElement('Bezier1') print shape my question is : is there a way to access the information of this shape-object such as motion blur ( if it's on or off ) or keyframe position ( how many frame ? on which frame there are Keys ?) lifetime of the shape, and, if it's possible, how to change them by code ? thanks in advance Marco
_______________________________________________ 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