Notifications
Clear all

[Closed] Script for Stepped/Linear/Spline curves

Hi All

I was wondering if anyone will be interested in just writing a little script that will allow one to turn ones f-curves or tangents in Max from its default to stepped or linear tanget at a touch of a button instead of having to go to the curve editor to do this.

Thanks

1 Reply

edit the spline , get the shape , then get the knots, then setknottype <shape> <spline index> <knot index > <type>

the type can be any of next : #smooth , #corner ,#bezier , #benzierCorner .

search the max script reference : spline . u can get all mathods for spline and knots.