Releases: pyblish/pyblish-qml
Releases · pyblish/pyblish-qml
1.10.3
Added support for Python 3.7+.
1.10.2
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
Enabled instance label update in run-time.
See #336
1.9.12
Bug fix release
Fixed redundant newline message output, please see #332 to get a closer look.
1.9.11
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
Re-release of fixed 1.9.6
1.9.9
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!
1.9.8
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
- A little premature release of 1.9.6.
- Here's 1.9.5 again whilst we work out the kinks.