Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2673 from pypeclub/bugfix/hiero-effect-precollect…
Browse files Browse the repository at this point in the history
…-order

hiero: fix effect collector name and order
  • Loading branch information
jakubjezek001 authored Feb 9, 2022
2 parents c49f7e4 + 43f1574 commit 855a3f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 855a3f2

Please sign in to comment.