mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Global: adding Hiero to hosts
This commit is contained in:
parent
ead1da640e
commit
cbf39cea7c
5 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ class CollectOcioFrameRanges(pyblish.api.InstancePlugin):
|
|||
label = "Collect OTIO Frame Ranges"
|
||||
order = pyblish.api.CollectorOrder - 0.58
|
||||
families = ["shot", "clip"]
|
||||
hosts = ["resolve"]
|
||||
hosts = ["resolve", "hiero"]
|
||||
|
||||
def process(self, instance):
|
||||
# get basic variables
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class CollectOcioReview(pyblish.api.InstancePlugin):
|
|||
label = "Collect OTIO Review"
|
||||
order = pyblish.api.CollectorOrder - 0.57
|
||||
families = ["clip"]
|
||||
hosts = ["resolve"]
|
||||
hosts = ["resolve", "hiero"]
|
||||
|
||||
def process(self, instance):
|
||||
# get basic variables
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ class CollectOcioSubsetResources(pyblish.api.InstancePlugin):
|
|||
label = "Collect OTIO Subset Resources"
|
||||
order = pyblish.api.CollectorOrder - 0.57
|
||||
families = ["clip"]
|
||||
hosts = ["resolve"]
|
||||
hosts = ["resolve", "hiero"]
|
||||
|
||||
def process(self, instance):
|
||||
if not instance.data.get("representations"):
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ class ExtractOTIOFile(openpype.api.Extractor):
|
|||
label = "Extract OTIO file"
|
||||
order = pyblish.api.ExtractorOrder - 0.45
|
||||
families = ["workfile"]
|
||||
hosts = ["resolve"]
|
||||
hosts = ["resolve", "hiero"]
|
||||
|
||||
def process(self, instance):
|
||||
# create representation data
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@ class ExtractOTIOReview(openpype.api.Extractor):
|
|||
|
||||
order = api.ExtractorOrder - 0.45
|
||||
label = "Extract OTIO review"
|
||||
hosts = ["resolve"]
|
||||
families = ["review"]
|
||||
hosts = ["resolve", "hiero"]
|
||||
|
||||
# plugin default attributes
|
||||
temp_file_head = "tempFile."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue