mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
fix(nuke): moving PYBLISH_GUI var from avalon.core
This commit is contained in:
parent
9b1795c552
commit
d531a69285
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ INVENTORY_PATH = os.path.join(PLUGINS_DIR, "nuke", "inventory")
|
|||
self = sys.modules[__name__]
|
||||
self.nLogger = None
|
||||
|
||||
if os.getenv("PYBLISH_GUI", None):
|
||||
pyblish.register_gui(os.getenv("PYBLISH_GUI", None))
|
||||
|
||||
|
||||
class NukeHandler(api.Logger.logging.Handler):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue