mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
adding back what had been change by accidental commit
Restored the original families to "editorial.otio.review" and added back the hosts for compatibility. This fixes issues caused by a previous accidental commit.
This commit is contained in:
parent
400a3e8ff8
commit
d747007362
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Collect OTIO Review"
|
||||
order = pyblish.api.CollectorOrder - 0.078
|
||||
families = ["editorial.otio.review"]
|
||||
families = ["clip"]
|
||||
hosts = ["resolve", "hiero", "flame"]
|
||||
|
||||
def process(self, instance):
|
||||
# Not all hosts can import this module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue