I'd like to assign a hotkey to planarize a selection by hitting ctrl+shift+x, y, and z. However, the only function I can find is "make planar" which isn't what I want. Is there a way to assign a hotkey to just the make planar X function? Thanks.
a lot of Max's functions that aren't exposed in the Customize > Customize User Interface area can be turned into shortcuts/buttons/etc by doing something like this: 1. Open the MAXScript Listener window (hit F11) 2. In this window, go to MacroRecorder > check on "Enable." A pink area appears at the top of the window. Most…