Notifications
Clear all
[Closed] (SDK) Get access to stack undo?
Oct 06, 2014 10:22 pm
When you click on button next to “Undo” or “Redo” max drops down Undo/Redo Stack (names in undo buffer). So max knows how to get it. Does anyone know or have any idea how to get access to this data?
I’m absolutely sure this is impossible via mxs but maybe we can do with sdk. (I couldn’t find anything).
thanks,
1 Reply
Oct 06, 2014 10:22 pm
I assume this information is stored inside the HoldStore class, which is defined in max source code but only forward declared in the hold.h in the SDK.
There is a private pointer to this class from the Hold class, but not much else. Other than reverse engineering and trying to find the memory offsets in which the undo objects reside relative to the Hold class, I’m not sure what else you could do.