Releases: pyblish/pyblish-maya
Releases · pyblish/pyblish-maya
2.1.2
Pyblish-maya now has a docking feature that works with pyblish-lite.
import pyblish_maya
window = pyblish_maya.show()
pyblish_maya.dock(window)
The dock works with the single persistent pyblish-lite window, so only one dock is ever produced.
2.1.0
2.0.0
Dropping any reference to pyblish_integration and pyblish_qml.
To use.
(1). Launch Pyblish QML, or have Pyblish Lite on your PYTHONPATH.
(2). ..
import pyblish.api
# Register multiple; last is preferred, previous used as fallback
pyblish.api.register_gui("pyblish_lite")
pyblish.api.register_gui("pyblish_qml")
# Add to filemenu, like before
import pyblish_maya
pyblish_maya.setup()
(3). Click File -> Publish and witness either Lite or QML launch before your eyes.
For QML, requires 0.7.0
1.0.12
Version 1.0.12
- Added compatibility with pyblish_endpoint=1.1.8
Version 1.0.11
- Added compatibility with pyblish_endpoint=1.1.5
- Added environment variable PYBLISH_QML_CONSOLE to display
console window for Pyblish QML. - Refactoring
Version 1.0.10
- Added support for Pyblish QML pre-loading