mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix order
This commit is contained in:
parent
4de7478d9d
commit
0618b7a85f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
|
|||
"""Generate directory path where the files and resources will be stored"""
|
||||
|
||||
label = "Collect Resources Path"
|
||||
order = pyblish.api.CollectorOrder + 0.995
|
||||
order = pyblish.api.CollectorOrder + 0.495
|
||||
|
||||
def process(self, instance):
|
||||
anatomy = instance.context.data["anatomy"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue