A more advanced version of the built in Quad Menu Settings script in 3dsmax4. The options are similar to the built in one, but it's a bit less buggy, and has more options for the tweaker types that want to mess with how the Quad Menu works.
Scripter types might also want to look at it simply because it's heavily commented and shows a couple new script features in r4.
2000.09.01 - Created
2000.09.11 - "Save On Exit" prompt
- Implemented "Import UI Colors"
2000.09.21 - Added Key Combo assignment
- Uncommented "OKtoClose" handler now that it works for Dialogs
- I grab controls from rollout.controls array instead of explicitly
typing out a big array. This will now break if new controls are
added, but it gives an example use of the "rollout.controls" array
2000.10.16 - Last tweaks:
- Explicitly save current .mnu file for quad combo keys
- Not supporting .QOP files (too convoluted). Use Customize>Save Scheme
after adjusting quad settings in here, if desired.
- Added "About" box to fill empty space... hate it when that happens.