When I create a Rotopaint Shapes via Python scripting, the curve defaults to Bezier. How can I change that to B-spline?
From my research I think i should set the class CurveType somewhere, but I can't find where exactly.
rotoknob = nuke.toNode('RotoPaint1')['curves']
shape = rotoknob.toElement('Bezier1')
curve = shape.evaluate(0, frameNum) >> curve returns the CubicCurve, but I can't access/set the CurveType on it?
Any pointers?
--
**************************
Magno Borgo
www.borgo.tv
www.boundaryvfx.com
Magno Borgo
www.borgo.tv
www.boundaryvfx.com
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
