Basically what the title says.  I'm trying to get a list of key frames from
a Bezier's shape knob using:

bshape = nuke.selectedNode().knob("shape").toScipt()
keyframes = bshape.split("x")[1:]
numkeys = len(keyframes)

However, numkeys comes back with 14, when I know there are 58 keyframes, and
the shape knob actually shows that many.
Does anyone know why this would happen?  Or am I just grabbing the wrong
information from bshape?
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to