A set of marking menus for making common tasks more eficient.
There are currently 2 sets of menus, F-Menus, and Q-Menus, named by the default hotkeys that they are assigned to.
After launching Maya, a first-time setup is required for registering the hotkeys, run this python script in the Script Editor:
import quickmenus
quickmenus.qmenus.registerHotkeys()
quickmenus.fmenus.registerHotkeys()F-menus allow you to create quick selection sets that are assigned to slots in a radial marking menu. They are designed for workflows like animation, where it is faster to use the gestural nature of marking menus instead of having to use a picker UI or select controls interactively.
- Hold
fand useleft-mouse-buttonto summon the main quick selection menu. - Hold
fand useright-mouse-buttonto summon a manager menu for switching between different collections of quick select sets.
Q-menus are a set of selection and display related marking menus. Menus include a selection masking radial menu, display masking radial menu, and improved component selection mode switching. The Q-Menus are assigned to Q because of the relationship with the Q (selection) tool itself.
- Hold
qand useleft-mouse-buttonto summon the selection masking menu - Hold
qand usemiddle-mouse-buttonto summon the display masking menu - Hold
qand useright-mouse-buttonto summon a camera quick switching menu - Hold
alt+qand useleft-mouse-buttonto summon the component selection menu - Hold
alt+qand usemiddle-mouse-buttonto summon a resetter menu for quickly resetting object transforms, etc