02-03-2021, 05:35 AM
So this doesn't appear to be a bug...what's happening is my local modifier data isn't being destroyed until Max's garbage collector is cleared...this allows you to undo modifier removal and/or stack collapse without losing the data.
If you run the maxscript "gc()" after collapsing your stack you should see that the memory is cleared.
If you run the maxscript "gc()" after collapsing your stack you should see that the memory is cleared.