Hello!

I trying to figure out how to access the control points of the destination curves of the SplineWarp node via python.

The points of the source curves are easy:

node = nuke.selectedNode()

curves = node['curves']

sourcecurve = curves.toElement('Ellipse1')


With sourcecurve[0], sourcecurve[1], etc i can access each control point.



Any help?


--
**************************
Magno Borgo

www.borgo.tv
www.boundaryvfx.com
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to