diff --git a/openpype/hosts/hiero/plugins/publish/precollect_clip_effects.py b/openpype/hosts/hiero/plugins/publish/collect_clip_effects.py similarity index 97% rename from openpype/hosts/hiero/plugins/publish/precollect_clip_effects.py rename to openpype/hosts/hiero/plugins/publish/collect_clip_effects.py index 9ade7603e01..8d2ed9a9c26 100644 --- a/openpype/hosts/hiero/plugins/publish/precollect_clip_effects.py +++ b/openpype/hosts/hiero/plugins/publish/collect_clip_effects.py @@ -2,11 +2,11 @@ import pyblish.api -class PreCollectClipEffects(pyblish.api.InstancePlugin): +class CollectClipEffects(pyblish.api.InstancePlugin): """Collect soft effects instances.""" - order = pyblish.api.CollectorOrder - 0.479 - label = "Precollect Clip Effects Instances" + order = pyblish.api.CollectorOrder - 0.078 + label = "Collect Clip Effects Instances" families = ["clip"] def process(self, instance):