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

Consolidate Pyblish RPC #202

Closed
mottosso opened this issue Jun 18, 2016 · 1 comment
Closed

Consolidate Pyblish RPC #202

mottosso opened this issue Jun 18, 2016 · 1 comment

Comments

@mottosso
Copy link
Member

Goal

Marry Pyblish RPC with Pyblish QML in an effort to simplify use, understanding and maintenance.

Motivation

Pyblish RPC was developed in isolation with the intent of other interfaces making use the general feature set it provides. As it turns out, Pyblish QML was its only user, and as such they may safely be developed together.

The end result should be more robust releases (no more version conflicts) and overall less to worry about.

Implementation

Pyblish RPC will become pyblish_qml.rpc within the Pyblish QML project, any hosts interested in communicating with Pyblish QML must now have access to Pyblish QML (not necessarily PyQt5, or QML the run-time).

# From e.g. Maya
import pyblish_qml
pyblish_qml.communicate()
# From any terminal
python -m pyblish_qml
mottosso added a commit to mottosso/pyblish-qml that referenced this issue Jun 19, 2016
mottosso added a commit to mottosso/pyblish-qml that referenced this issue Jun 19, 2016
@mottosso
Copy link
Member Author

Nom nom nom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant