Releases: csaez/quicklauncher
Releases · csaez/quicklauncher
Python3 compatibility fixes
Improved MEL support
Small release adding initial support for MEL scripts.
Maya 2017 (PySide2) support
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
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
First release: Softimage + Maya support
v1.0 OrderedDict fallback (python < 2.7)