pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
127 stars 59 forks source link

register_gui() #279

Closed mottosso closed 8 years ago

mottosso commented 8 years ago

Goal

Enable use of multiple GUIs and eliminate dependency on pyblish-integration and pyblish-qml from host integration packages, like pyblish-maya.

Implementation

A new function is introduced, where a developer may build a GUI and register it with Pyblish. An integration may then query registered GUIs and attempt to open the most suitable one.

Also see:

mottosso commented 8 years ago

Note to self, contribution guidelines mention Qt.py project.