register_gui
register_gui
Register interest in a graphical user interface.
Source | Added |
1.4.1 |
Functions
Output | Method |
register_gui(str) | |
deregister_gui(str) | |
Description
Register one or more Python packages with the following interface, and surrounding Pyblish projects may utilise them where needed. Such as in file menu of the Autodesk Maya integration.
Interface
Multiple GUIs may be registered, it is up to the consumer of the registered GUIs to determine which to use and how. The design intent is to enable registration of a series of default GUIs, along with custom or bespoke ones.
Example
Here is the basic structure expected by the register_gui
function.
__init__.py
Once the package is on your PYTHONPATH
, you may register it like so.
{{ file.mtime }}
Last updated