mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix order
This commit is contained in:
parent
8b1cfa7d19
commit
3baee04ada
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,8 @@ class CollectReview(pyblish.api.ContextPlugin):
|
|||
"""Gather the active document as review instance."""
|
||||
|
||||
label = "Review"
|
||||
order = pyblish.api.CollectorOrder
|
||||
hosts = ["photoshop"]
|
||||
order = pyblish.api.CollectorOrder + 0.1
|
||||
hosts = ["photoshop"]
|
||||
|
||||
def process(self, context):
|
||||
family = "review"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue