Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Releases: fredrikaverpil/pyvfx-boilerplate

v3.2.4

13 Jan 05:35
bbfc075
Compare
Choose a tag to compare

updated for maya2020 and GitHub integration changes (isort, black)

v3.2.2

06 May 21:47
Compare
Choose a tag to compare

Changes:

  • fixes nuke 12 menubar collision (#22)

v3.2.2RC2

21 Mar 20:14
Compare
Choose a tag to compare
v3.2.2RC2 Pre-release
Pre-release

bumping version number to eliminate conflicts with tags in nzanepro fork

v3.0RC1

21 Mar 19:58
147b422
Compare
Choose a tag to compare
v3.0RC1 Pre-release
Pre-release
Update badge

v2.0RC4

15 Jan 22:13
Compare
Choose a tag to compare
v2.0RC4 Pre-release
Pre-release

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

26 Aug 14:46
Compare
Choose a tag to compare
v2.0RC3 Pre-release
Pre-release

Changes:

  • Properly parented window in Maya

v2.0RC2

09 Jun 09:01
Compare
Choose a tag to compare
v2.0RC2 Pre-release
Pre-release

Changes:

  • Reformatted and restructured code
  • Added Maya palette to standalone UI
  • Logged known issues
  • Deletes already existing UIs in Nuke/Maya when reloading the boilerplate
  • Uses Qt.Tool instead of Qt.WindowStaysOnTopHint

v2.0RC1

01 Jun 09:25
Compare
Choose a tag to compare
v2.0RC1 Pre-release
Pre-release

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 of pysideuic.
  • 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

31 May 09:10
Compare
Choose a tag to compare

Cross-platform .ui loading regardless of using PySide or PyQt.