diff --git a/colorbleed/plugins/maya/publish/collect_instances.py b/colorbleed/plugins/maya/publish/collect_instances.py index 58da0e4ea9..cfeb2d4098 100644 --- a/colorbleed/plugins/maya/publish/collect_instances.py +++ b/colorbleed/plugins/maya/publish/collect_instances.py @@ -41,14 +41,6 @@ class CollectInstances(pyblish.api.ContextPlugin): label = "Collect Instances" order = pyblish.api.CollectorOrder hosts = ["maya"] - isntance_order = ["colorbleed.model", - "colorbleed.rig", - "colorbleed.animation", - "colorbleed.camera", - "colorbleed.texture", - "colorbleed.look", - "colorbleed.historyLookdev", - "colorbleed.group"] def process(self, context):