Releases: pyblish/pyblish-qml
Releases · pyblish/pyblish-qml
1.6.3
This release implements a persistence of the status text.
See #273 for details.
1.6.2
Unchecked items are now darker than checked items, for better visual clarity.
1.6.1
Patch release to fix standalone mode of pyblish-qml.
#271
1.5.0
This release implements a modal mode and a way to switch between modal and non-modal.
The motivation for a modal mode is because of threading issues in Nuke reported in #264.
Usage
Non-modal is the default when using pyblish_qml.show().
To invoke modal mode you can either explicitly call pyblish_qml.show(modal=True) or set the environment variable os.environ["PYBLISH_QML_MODAL"] = "True".
1.4.5
Maintenance update.
- Merges #267 - Fixes the orange warning color from being overridden by next successful process.
Thanks to @davidlatwe for this fix!
1.4.4
Support for scripted publishing and validating via the GUI.
from pyblish_qml import host
host.validate()
host.publish()
1.4.3
Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.1.
- Fixed #262, missing "plugins_by_targets" method.
1.4.2
Bump the minimum required version of Pyblish Base to 1.5.3.
Once #262 has been tackled, I expect to regain backwards compatibility with Pyblish Base 1.4.
1.4.1
Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.2
- Fixed #261, no
targets
attribute.