fix order

This commit is contained in:
iLLiCiTiT 2020-02-14 17:20:04 +01:00
parent 4de7478d9d
commit 0618b7a85f

View file

@ -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"]