Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to pyblish-base 1.4.1 #27

Merged
merged 5 commits into from
Jun 29, 2016
Merged

Update to pyblish-base 1.4.1 #27

merged 5 commits into from
Jun 29, 2016

Conversation

mottosso
Copy link
Member

@mottosso mottosso commented Jun 26, 2016

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_nuke
pyblish_nuke.setup()

(3). Click File -> Publish and witness either Lite or QML launch before your eyes.

For QML, requires 0.7.0

@mottosso mottosso merged commit da48a21 into pyblish:master Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant