From d7470073621e534693e88ce235b764586b63f00e Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Fri, 24 Jan 2025 10:33:56 +0100 Subject: [PATCH] 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. --- client/ayon_core/plugins/publish/collect_otio_review.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ayon_core/plugins/publish/collect_otio_review.py b/client/ayon_core/plugins/publish/collect_otio_review.py index 37706aae13..4708b0a97c 100644 --- a/client/ayon_core/plugins/publish/collect_otio_review.py +++ b/client/ayon_core/plugins/publish/collect_otio_review.py @@ -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.