mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
adding aport json exporter, fixing message_window to be closing process properly, aport collect context update
This commit is contained in:
parent
2a1f637880
commit
6c24580ede
4 changed files with 107 additions and 11 deletions
|
|
@ -82,7 +82,7 @@ def install():
|
|||
reg_paths = request_aport("/pipeline/register_plugin_path",
|
||||
{"publish_path": PUBLISH_PATH})
|
||||
log.info(str(reg_paths))
|
||||
# api.message(title="pyblish_paths", message=str(reg_paths), level="info")
|
||||
api.message(title="pyblish_paths", message=str(reg_paths), level="info")
|
||||
|
||||
avalon.register_plugin_path(avalon.Loader, LOAD_PATH)
|
||||
avalon.register_plugin_path(avalon.Creator, CREATE_PATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue