AtonLerin / quicklauncher

A quick menu to find and execute Maya commands and user scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickLauncher

A quick menu to find and execute Maya commands and user scripts.

Installation

Requires Autodesk Maya 2014+

Append inner quicklauncher directory to PYTHONPATH.

  • Windows
$ cd quicklauncher
$ set PYTHONPATH=%PYTHONPATH%;%CD%\quicklauncher
  • Unix
# Unix
$ cd quicklauncher
$ export PYTHONPATH=${PYTHONPATH}:${PWD}/quicklauncher

Usage

import quicklauncher
quicklauncher.show()

Alternatively, assign TAB key.

import quicklauncher
quicklauncher.setup_hotkey()

Then press TAB.

For more info, check the Wiki

Contributing

  • Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  • Fork the quicklauncher repository on Github to start making your changes (make sure to isolate your changes in a local branch when possible).
  • Write a test which shows that the bug was fixed or that the feature works as expected.
  • Send a pull request and bug the maintainer until it gets merged and published. :)

Make sure to add yourself to CONTRIBUTORS.md

Limitations

  • quicklauncher does not support MEL scripts at the moment.

About

A quick menu to find and execute Maya commands and user scripts.

License:MIT License


Languages

Language:Python 100.0%