OP-2414 - proper registering of Harmony

This commit is contained in:
Petr Kalis 2022-01-27 19:08:14 +01:00
parent 2f09afecd0
commit da10a8a283

View file

@ -175,6 +175,7 @@ def install():
"""Install Pype as host config."""
print("Installing Pype config ...")
pyblish.api.register_host("harmony")
pyblish.api.register_plugin_path(PUBLISH_PATH)
avalon.api.register_plugin_path(avalon.api.Loader, LOAD_PATH)
avalon.api.register_plugin_path(avalon.api.Creator, CREATE_PATH)