Search code examples
3dsmaxmaxscript

Is there a way to record actions in max to a maxscript array?


much like the macrorecorder from 3dsmax:

http://docs.autodesk.com/3DSMAX/16/ENU/MAXScript-Help/index.html?url=files/GUID-E39D5C20-AF26-49A2-AD21-5D7492B0C0DC.htm,topicNumber=d30e6772

I'd like my commands recorded and saved to a variable (preferably appended to an array).


Solution

  • See the Change Handlers and Callbacks chapter in 3DS Max reference. Also worth noting that unlike callbacks, what gets output to the macrorecorder stream only depends on a textual output that the plugin developer(s) decide to output and as such it's can be (and often is) wrong and/or incomplete.