On 18/04/2014 at 16:16, xxxxxxxx wrote:
Hey Everyone,
I try to define more parameter for the spline gui
i found the _SPLINECONTROL_ALLOW_HORIZ_SCALE_MOVE in the documentation but how can i use it ? _
_
_
_
_
def __init__(self) :
self.sd = c4d.SplineData()
self.sd.MakeLinearSplineBezier(4)
thanks for any tips