Notifications
Clear all

[Closed] Refresh stack modifiers

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