On 18/03/2014 at 14:41, xxxxxxxx wrote:
Hey Everyone
I have the following code but it doesn't seem to initialize the spline grid for my tag plugin
spline_default = c4d.SplineData()
print spline_default
if spline_default.MakeLinearSplineBezier(2) :
print "Spline Working"
bc.SetData(MOVEMENT_SPLINE_Y,spline_default)
I am positive that I'm doing something wrong but I need a little direction.
Thanks plugin cafe!