OP-2414 - move Harmony to Openpype

This commit is contained in:
Petr Kalis 2022-01-21 12:53:28 +01:00
parent a40894fa32
commit f625e05d6e
16 changed files with 3723 additions and 201 deletions

View file

@ -85,7 +85,7 @@ def main(argv):
elif host_name == "aftereffects":
from openpype.hosts.aftereffects.api.lib import main
elif host_name == "harmony":
from avalon.harmony.lib import main
from openpype.hosts.harmony.api.lib import main
else:
title = "Unknown host name"
message = (