This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
Releases: fredrikaverpil/pyvfx-boilerplate
Releases · fredrikaverpil/pyvfx-boilerplate
v3.2.4
v3.2.2
v3.2.2RC2
v3.0RC1
Update badge
v2.0RC4
Changes:
- Bundle Qt.py instead of requiring it to be downloaded and installed
- Removed clever but messy detection of Qt.py and performed some general cleanup
- Added notes in README and issue (#12) on Nuke and floating window and Qt.Tool
- Maya: added the "magic"
setProperty
function to make Maya remember window dimensions and position
v2.0RC3
Changes:
- Properly parented window in Maya
v2.0RC2
v2.0RC1
Changes from 1.0:
- Complete rewrite of the boilerplate.
- Requires the
Qt.py
module (v0.2.5) to detect Qt bindings. - Uses
PySide.QUiTools
instead ofpysideuic
. - No longer uses the complex "wrap instance" approach in favor for simpler code. Because of this, UIs are no longer loaded into
self
. - Maya palette removed (will be back soon).
- Git repo name change: all lowercase.
- Pretty much PEP8 compliant.
- Now comes with Qt.WindowStaysOnTopHint out of the box.
- Can be run in multiple ways (see examples).
v1.0
Cross-platform .ui loading regardless of using PySide or PyQt.