mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Move the plugin below the validator
This commit is contained in:
parent
9df5ab09df
commit
2e321b451c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue