ScriptSpot

Forum topic · General Scripting

convert curve

By jmpinero · 2011-12-01

Description

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

Thanks

Comments (1)

jmpinero · 2011-12-01

I try this and works!

k = $.pos.controller.keys

for obj in k do

(

  obj.intangentType = #step

  obj.outtangentType = #step

)