Hi, I want a script that align selected objects over a spline. let’s say I have 40 cards and Iwant to align on a circular path. there is in 3ds Max such a tool?
only one thing... after the script run the position of the object are constrained to that path, there is a way to modify freely that position after set?
select the object, go to motion panel on PRS params select position which should throw up the Path Parameters rollout panel from there you can set the % along path value. or type in $.pos.controller.Path_Constraint.controller.percent = 25 into max script listener window follow by enter
Replies
in it's simplest form something like this ?
or type in
$.pos.controller.Path_Constraint.controller.percent = 25
into max script listener window follow by enter