mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Hiero, Global: fixing after transition merge
This commit is contained in:
parent
314fe85243
commit
92ae62004d
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ class CollectFrameRanges(pyblish.api.InstancePlugin):
|
|||
""" Collect all framranges.
|
||||
"""
|
||||
|
||||
order = pyblish.api.CollectorOrder
|
||||
order = pyblish.api.CollectorOrder - 0.1
|
||||
label = "Collect Frame Ranges"
|
||||
hosts = ["hiero"]
|
||||
families = ["clip", "effect"]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import openpype.hosts.hiero.api as phiero
|
|||
avalon.api.install(phiero)
|
||||
|
||||
try:
|
||||
__import__("pype.hosts.hiero.api")
|
||||
__import__("openpype.hosts.hiero.api")
|
||||
__import__("pyblish")
|
||||
|
||||
except ImportError as e:
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ def filter_pyblish_plugins(plugins):
|
|||
plugin_kind = file.split(os.path.sep)[-2:-1][0]
|
||||
|
||||
# TODO: change after all plugins are moved one level up
|
||||
if host_from_file == "pype":
|
||||
if host_from_file == "openpype":
|
||||
host_from_file = "global"
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue