Move the plugin below the validator

This commit is contained in:
wikoreman 2018-07-31 15:34:08 +02:00
parent 9df5ab09df
commit 2e321b451c

View file

@ -9,7 +9,7 @@ import colorbleed.maya.lib as lib
class CollectMayaRenderlayers(pyblish.api.ContextPlugin):
"""Gather instances by active render layers"""
order = pyblish.api.CollectorOrder
order = pyblish.api.CollectorOrder + 0.01
hosts = ["maya"]
label = "Render Layers"