mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - Fix order of collector
This commit is contained in:
parent
dfa5555535
commit
a19983313c
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class CollectReview(pyblish.api.ContextPlugin):
|
|||
label = "Review"
|
||||
order = pyblish.api.CollectorOrder
|
||||
hosts = ["photoshop"]
|
||||
order = pyblish.api.CollectorOrder + 0.1
|
||||
|
||||
def process(self, context):
|
||||
family = "review"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue