mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
changed order of ftrack collectors
This commit is contained in:
parent
5bc3516baf
commit
81b2be514f
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import avalon.api
|
|||
class CollectFtrackApi(pyblish.api.ContextPlugin):
|
||||
""" Collects an ftrack session and the current task id. """
|
||||
|
||||
order = pyblish.api.CollectorOrder + 0.4999
|
||||
order = pyblish.api.CollectorOrder + 0.4991
|
||||
label = "Collect Ftrack Api"
|
||||
|
||||
def process(self, context):
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class CollectFtrackFamily(pyblish.api.InstancePlugin):
|
|||
based on 'families' (editorial drives it by presence of 'review')
|
||||
"""
|
||||
label = "Collect Ftrack Family"
|
||||
order = pyblish.api.CollectorOrder + 0.4998
|
||||
order = pyblish.api.CollectorOrder + 0.4990
|
||||
|
||||
profiles = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue