I use MoI without many modifications to its user interface, but one area that has been a bit cumbersome is remembering the names of scripts that I don’t use very often. Max Smirnov’s CustomUI has a couple of Scripts menus that I thought were interesting, so I spent some time to better understand his code. I didn’t care for the hardcoded command names so I tried to come up with a simple way for the script to generate the command names that do not otherwise have a button or menu item… Well that turned out to be more effort than it was worth, so I kept one of the hard coded lists. When Michael adds to his list of Additional Commands (that don’t have a UI element, like Make2D for example) this script would need to be updated. My interest was to use the script with the stock MoI, so I trimmed out a few other bits that were not necessary (though it should continue to work with CustomUI).
Copy the Extras.htm and .js files to your personal startup folder (AppData/startup).
Tested with MoI V4 and V5 beta on a Mac.
4/21/2022, minor update for V5 compatibility.
8/20/2022, Add the V5 ViewProject command.
--Larry
|