moved collect cleanup keys earlier

This commit is contained in:
Jakub Trllo 2022-07-14 12:17:19 +02:00
parent fa2b480068
commit c16a2d6ed5

View file

@ -14,7 +14,7 @@ class CollectCleanupKeys(pyblish.api.ContextPlugin):
"""Prepare keys for 'ExplicitCleanUp' plugin."""
label = "Collect Cleanup Keys"
order = pyblish.api.CollectorOrder
order = pyblish.api.CollectorOrder - 0.5
def process(self, context):
context.data["cleanupFullPaths"] = []