Yeah, I'm having an autohotkey script to open that popup window when I press a key and toggle between undo and redo without moving the mouse but since I use it so much I'd like to have something persistent. Thanks for posting that script, it seems to do what I want however I think its bugged since the undo doesn't show…
There's a popup window you get if you right-click the Undo button. Or is the Redo button? Maybe script that into a persistent window. Hey look at this http://www.scriptspot.com/3ds-max/scripts/multipurpose-selection-bar ( I searched scriptspot for "undo history" )
@Swordslayer - Okay I made the script to print the last 6 actions to the listener since I dont have enough experience with maxscript to make a rollout with a working update button. Its bare bones but it works. When I hit a key I have Autohotkey set up to clear the listener window and hit the Undo Script button in the UI to…
Hey guys, There was a feature I always wanted in 3dsmax but never actually found anything acceptable as a substitute for and that is an actions history window. I really like to see what actions I am doing to prevent accidentally moving and doing collapses and welds as I try to work fast. I know you can open the maxscript…