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 listener and see actions there but I'd much rather having
something like the right-click undo window permanently visible that I can casually glance at.
The question is whether its possible to have it either with some sort of hack(right now I have an autohotkey script that opens that window for me) or by tapping into the sdk or even via maxscript.
I'd love any input on this as its a feature I'd like to use on a regular basis.
Replies
Hey look at this
http://www.scriptspot.com/3ds-max/scripts/multipurpose-selection-bar
( I searched scriptspot for "undo history" )
Thanks for posting that script, it seems to do what I want however I think its bugged since the undo doesn't show either in max 2015 or 2017.
I think I'll try to tap into the events that get called when there's an undo and read the label of that, I could use the script you posted as reference even if it doesn't seem to work per se.
There must be some array that I can access that will have the undo labels.
Also when you say open the window and parse, you mean pixel read the text via something like autohotkey?
No need for capturing pixels, once you have the window handle, get the child Listbox handle and enumerate its items.
I am gonna try to take this as a base and with my limited Maxscript knowledge make it so when I press a key or after an event fires it will update the list in the rollout.
I will update once I have something working.
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 update the list.
It makes it looks like this:
Please let me know if you have an idea on how I can change this script to have an update button instead: