wishlib
is a multi-purpose library for Autodesk Maya and Softimage
developments.
- Abstraction of PyQt/PySide bindings.
- Serialization through
wishlib.Wrapper
base class. - Convenients utility functions/shortcuts for Autodesk Maya and Softimage.
- PyQtForSoftimage
- PyQt4 and/or PySide
Clone the repo and type in a terminal:
python setup.py install
- [Check for open issues] (https://github.com/csaez/wishlib/issues) or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork the wishlib 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
For more info, refer to the documentation.