adding aport json exporter, fixing message_window to be closing process properly, aport collect context update

This commit is contained in:
Jakub Jezek 2019-01-11 20:23:43 +01:00
parent 2a1f637880
commit 6c24580ede
4 changed files with 107 additions and 11 deletions

View file

@ -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)