Notifications
Clear all

[Closed] Modifier adjustment

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
 PEN

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?

depending on what you want do you could also just wire both to a viewport slider or custom attribute