Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

General: Move loader logic from avalon to openpype #2886

Merged
4 changes: 2 additions & 2 deletions openpype/hosts/houdini/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from openpype.pipeline import (
LegacyCreator,
register_loader_plugin_path,
register_loader_plugins_path,
)
import openpype.hosts.houdini
from openpype.hosts.houdini.api import lib
Expand Down Expand Up @@ -53,7 +53,7 @@ def install():
pyblish.api.register_host("hpython")

pyblish.api.register_plugin_path(PUBLISH_PATH)
register_loader_plugin_path(LOAD_PATH)
register_loader_plugins_path(LOAD_PATH)
avalon.api.register_plugin_path(LegacyCreator, CREATE_PATH)
BigRoy marked this conversation as resolved.
Show resolved Hide resolved

log.info("Installing callbacks ... ")
Expand Down