Notifications
Clear all
[Closed] Modifier adjustment
Jul 26, 2005 5:04 pm
I have an object in max that has two bend modifiers applied to it.
With maxscript how do i adjust the values of these two modifiers?
Thanks,
Nathan
2 Replies
Jul 26, 2005 5:04 pm
show $.modifiers[1]
Will get you the parameters for the first modifier in the stack.
$.modifiers[1].bendAngle = 50
Will change the bend angle to a value of 50
Does that help?
Jul 26, 2005 5:04 pm
depending on what you want do you could also just wire both to a viewport slider or custom attribute