From 2e321b451c03cd53d7c092a37b67f880e2ec5001 Mon Sep 17 00:00:00 2001 From: wikoreman Date: Tue, 31 Jul 2018 15:34:08 +0200 Subject: [PATCH] Move the plugin below the validator --- colorbleed/plugins/maya/publish/collect_renderlayers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/publish/collect_renderlayers.py b/colorbleed/plugins/maya/publish/collect_renderlayers.py index 4fa1c4a846..48d8f204a9 100644 --- a/colorbleed/plugins/maya/publish/collect_renderlayers.py +++ b/colorbleed/plugins/maya/publish/collect_renderlayers.py @@ -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"