Skip to content

Releases: pyblish/pyblish-maya

2.1.2

13 Oct 14:28
Compare
Choose a tag to compare

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

15 Sep 12:32
Compare
Choose a tag to compare

Expose pyblish_maya.is_setup() to query whether or not pyblish_maya.setup() has been run.

Used in packages that somehow depend on pyblish-maya and needs to know whether A) it's available and B) it's been setup.

2.0.0

24 Jun 22:08
Compare
Choose a tag to compare

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

31 Mar 07:54
Compare
Choose a tag to compare

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

1.0.9

14 Feb 18:11
Compare
Choose a tag to compare
Merge pull request #26 from mottosso/master

Updating travis password and setup.py address

1.0.7

30 Dec 15:40
Compare
Choose a tag to compare
Merge pull request #21 from mottosso/master

Fixes #20

1.0.6

30 Dec 10:50
Compare
Choose a tag to compare
Merge pull request #19 from mottosso/master

Fixes #18

1.0.5

03 Dec 11:39
Compare
Choose a tag to compare

Updated for Endpoint and QML

1.0.4

29 Sep 14:49
Compare
Choose a tag to compare
Updated description on PyPI

1.0.3

29 Sep 14:00
Compare
Choose a tag to compare
Merge branch 'master' of github.com:abstractfactory/pyblish-maya