Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 309 Bytes

PYBLISH_GUI.md

File metadata and controls

24 lines (16 loc) · 309 Bytes

PYBLISH_GUI

Set which GUI to register and load.




Usage

Setting this environment variable will enable Pyblish to register and load a GUI.




Example

import os
os.environ["PYBLISH_GUI"] = "pyblish_qml"
{{ file.mtime }}