Skip to content

Releases: pyblish/pyblish-qml

1.6.3

11 Dec 09:12
011fb0f
Compare
Choose a tag to compare

This release implements a persistence of the status text.

33666227-a8c4486a-da99-11e7-9eb1-b3b2899b7951

See #273 for details.

1.6.2

30 Nov 15:42
e80a905
Compare
Choose a tag to compare

Unchecked items are now darker than checked items, for better visual clarity.

nov 30 2017 3_41 pm

1.6.1

30 Nov 13:44
d18cabc
Compare
Choose a tag to compare

Patch release to fix standalone mode of pyblish-qml.

#271

1.6.0

23 Nov 08:22
b18e9b4
Compare
Choose a tag to compare

Added support for pyblish-nukeassist.

#270

1.5.0

14 Nov 08:08
a6e00d7
Compare
Choose a tag to compare

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

05 Nov 20:36
e5a2801
Compare
Choose a tag to compare

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

24 Oct 15:12
Compare
Choose a tag to compare

Support for scripted publishing and validating via the GUI.

from pyblish_qml import host
host.validate()
host.publish()

1.4.3

11 Sep 07:54
Compare
Choose a tag to compare

Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.1.

  • Fixed #262, missing "plugins_by_targets" method.

1.4.2

11 Sep 07:16
Compare
Choose a tag to compare

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

10 Sep 07:07
Compare
Choose a tag to compare

Bugfix release, this re-introduces backwards compatibility with pyblish-base < 1.5.2

  • Fixed #261, no targets attribute.