Hi list,

How do you get to a parameter to change its value ? Or even better, is
there a way to return a list of all the parameters ? For instance, I want
to set the 'Path %age' value of a path constrain. In the expression editor
it seems to be 'perc' but I cannot get it to work.

Application.SetValue(Application.Selection(0).kinematics.Constraints.percentage,
4, "")


Same thing for kine (expression) which becomes kinematics, and all these
other things. Is there a way to find their scripting names ?


In maxscript it would be 'show $.modifiers[1]'

Reply via email to