Notifications
Clear all
[Closed] Script for Stepped/Linear/Spline curves
Aug 04, 2006 4:09 am
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
Aug 04, 2006 4:09 am
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.