From da10a8a283b277b9bb2756b13fff8735969e4117 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 27 Jan 2022 19:08:14 +0100 Subject: [PATCH] OP-2414 - proper registering of Harmony --- openpype/hosts/harmony/api/pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/hosts/harmony/api/pipeline.py b/openpype/hosts/harmony/api/pipeline.py index d552d45939..f998403fb9 100644 --- a/openpype/hosts/harmony/api/pipeline.py +++ b/openpype/hosts/harmony/api/pipeline.py @@ -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)