Skip to content

Releases: csaez/quicklauncher

Python3 compatibility fixes

08 Feb 12:38
2dfb914
Compare
Choose a tag to compare
v3.3.0

release v3.3.0

Improved MEL support

01 Oct 20:07
bb189ad
Compare
Choose a tag to compare

Small release adding initial support for MEL scripts.

Maya 2017 (PySide2) support

18 Nov 19:41
Compare
Choose a tag to compare

Changes:

  • quicklauncher now works with PySide/Pyside2 (maya 2017+ moved to Qt5/PySide2).
  • quicklauncher.setup_hotkey() has been deprecated, use Maya's hotkey editor to set a hotkey instead.
  • Tests are meant to be ran within a Maya environment now, mock is no longer a dependency for running tests (the library required QSettings anyway, mock the entire thing seemed a bit silly).

Back to the basics

18 Aug 14:12
Compare
Choose a tag to compare

There are no many new features, but the code went over a simplification of the file structure leaving it as a simple file that people can copy and paste around.

There's also a setup.py script allowing to install, symlink and run tests using python standard tool chain (highly recommended)... but you know, users are not always aware of these things and the old fashioned copy paste hopefully will simplify the installation for some.

Looking back, the split between different modules was totally overkill for an utility tool like this, I regret not seeing it that way when it was introduced.

Let's go back to the basics and keep things simple!

Hope you enjoy it :)

Maya-only

04 Sep 12:54
Compare
Choose a tag to compare
  • Maya-only
  • Massive refactor/cleanup.
  • Testsuite (92% coverage on the API module, 67% including gui stuff)
  • Quicklauncher relies now on QMenu and QCompleter.
  • Preferences are stored using QSettings.

First release: Softimage + Maya support

04 Sep 12:50
Compare
Choose a tag to compare
v1.0

OrderedDict fallback (python < 2.7)