quicklauncher
quicklauncher copied to clipboard
A minimal Qt based menu to quickly find and execute Maya commands and user scripts.
It would be nice to implement better search rules... maybe start by a simple contains and then move to some sort of fuzzy search algorithm (depends on overhead and availability,...
It might be useful to have a mechanism to refresh custom scripts available (especially during development).
hi i haven't made the time yet to look into the code what repos do exactly. only saw the `dir(maya.cmds)` bit so far. i assume it's custom commands from a...