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"