MOSS
09-07-2007, 10:33 PM
I'm trying to create a spline for a scripted rig but I've ran into a wierd problem.
After I create the spline and try to adjust a vertex in the viewport Max crashes. However, if I save the file then reopen it, Max says that the file was saved in an obsolete version, but its seems to work fine. Can anyone verify this as a bug? Or hopefully tell me I'm doing it wrong.
Here is an example of how I'm creating the spline:
spline = splineshape()
addnewspline spline
addknot spline 1 #corner #curve [0,0,0]
addknot spline 1 #corner #curve [10,10,10]
Thanks
After I create the spline and try to adjust a vertex in the viewport Max crashes. However, if I save the file then reopen it, Max says that the file was saved in an obsolete version, but its seems to work fine. Can anyone verify this as a bug? Or hopefully tell me I'm doing it wrong.
Here is an example of how I'm creating the spline:
spline = splineshape()
addnewspline spline
addknot spline 1 #corner #curve [0,0,0]
addknot spline 1 #corner #curve [10,10,10]
Thanks
