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

Updated to pyblish-base 1.4.1 #12

Merged
merged 11 commits into from
Jul 13, 2016
Merged

Updated to pyblish-base 1.4.1 #12

merged 11 commits into from
Jul 13, 2016

Conversation

mottosso
Copy link
Member

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")


# Show like before
import pyblish_houdini
pyblish_houdini.show()

And witness either Lite or QML launch before your eyes.

For QML, requires 0.7.0

@mottosso
Copy link
Member Author

Awaiting fix for #13.

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

Successfully merging this pull request may close these issues.

None yet

1 participant