Skip to content

Releases: pyblish/pyblish-qml

1.10.3

22 Oct 08:31
081e0b5
Compare
Choose a tag to compare

Added support for Python 3.7+.

  • See #349 for details

1.10.2

19 Sep 11:29
Compare
Choose a tag to compare

UX improvement

  • Resolved #341, action icon will remain hidden without being confused if api.Categories exists in action list.
  • Resolved #343, GUI footer will show failed message if any error occurred after validation.

1.10.1

29 Jul 13:40
2d296d4
Compare
Choose a tag to compare

Enabled instance label update in run-time.
See #336

update_instance_label

1.10.0

11 Jul 07:54
d69783f
Compare
Choose a tag to compare

Added support for Blender 2.80! Thanks to @jasperges for this PR

1.9.12

03 Jun 13:22
5ef573d
Compare
Choose a tag to compare

Bug fix release

Fixed redundant newline message output, please see #332 to get a closer look.

1.9.11

23 May 12:41
b5f3a72
Compare
Choose a tag to compare

Minor fix release.

In previous version, launching pyblish-qml in Houdini may hit WindowsError: [Error 6], this release fixed that.
For more detail, see #330.

1.9.10

04 May 08:59
e93b144
Compare
Choose a tag to compare

Re-release of fixed 1.9.6

1.9.9

17 Apr 07:14
6095d18
Compare
Choose a tag to compare

Added convenience arguments to show()

import pyblish_qml
pyblish_qml.show(auto_publish=False, auto_validate=False)

Causing validation or publishing to happen automatically on first-run of the GUI.

Thanks @nasefbasdf for this feature!

  • See #326 for details.

1.9.8

16 Apr 17:08
b1c2682
Compare
Choose a tag to compare

This release enabled the GUI to reflect the data changes of the Instances, or the Instance removal, makes pyblish-qml's primary iterator behaves like the one in pyblish-base.

Which means, Plugins could affect the publish flow in run-time with GUI via changing Instance's status data e.g. family, publish, or removing Instance from Context.

Please see #316 for more details.

1.9.7

13 Apr 09:37
ee7ced6
Compare
Choose a tag to compare
  • A little premature release of 1.9.6.
  • Here's 1.9.5 again whilst we work out the kinks.