convert curve

hi!, I try convert a curve motion to step motion with maxscript but i can not. How do make it is?

Thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jmpinero's picture

I try this and works! k =

I try this and works!

k = $.pos.controller.keys

for obj in k do

(

  obj.intangentType = #step

  obj.outtangentType = #step

)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.