hi!, I try convert a curve motion to step motion with maxscript but i can not. How do make it is?
Thanks
Forum topic · General Scripting
By jmpinero · 2011-12-01
hi!, I try convert a curve motion to step motion with maxscript but i can not. How do make it is?
Thanks
jmpinero · 2011-12-01
I try this and works!
k = $.pos.controller.keys
for obj in k do
(
obj.intangentType = #step
obj.outtangentType = #step
)