Notifications
Clear all
[Closed] Refresh stack modifiers
Apr 22, 2015 11:43 am
Inserting classOf s command doesn’t help.
Can the stack modifier be updated in realTime with a simple script like that?
s = $
for m = 1 to s.modifiers.count do (
s.modifiers[m].enabled = false
)
1 Reply
Apr 22, 2015 11:43 am
Do you mean something like this?