Maya quick launcher
update: Maya now has this build in with CTRL+F Maya search
!! archived !!¶
Quick launcher¶
launch commands very quickly in Maya
Quick launcher exposes all maya.cmds
(docs) commands in a simple UI.
Since some maya commands require input arguments, not all commands will work. e.g. unloadPlugin
https://github.com/csaez/quicklauncher
- see
flowlauncher
for windows
improvements¶
- even quicker is voice control (e.g. with chat GPT / amazon alexa) speech to text - Python
- show completer when pressing backspace
- make modular, so it can be reused outside Maya
written by csaez
Maya plugin
dcc dependent
Maya tool
Backlinks¶
- Maya search
- buttonizer
- Buttonizer is similar to Maya quick launcher. But Buttonizer has buttons instead of a search box. And it supports creating lists, and editing commands.
- csaez
- Maya command launchers
- Maya quick launcher - ARCHIVED, replaced by Maya search
- Maya MPxCommand
- Maya quick launcher can read all the commands in a nice GUI.