remove maya deprecated loaders

This commit is contained in:
Milan Kolar 2020-01-31 11:33:44 +01:00
parent 73618f4523
commit 8f8bfeb149

View file

@ -91,19 +91,3 @@ class ReferenceLoader(pype.maya.plugin.ReferenceLoader):
def switch(self, container, representation):
self.update(container, representation)
# for backwards compatibility
class AbcLoader(ReferenceLoader):
label = "Deprecated loader (don't use)"
families = ["pointcache", "animation"]
representations = ["abc"]
tool_names = []
# for backwards compatibility
class ModelLoader(ReferenceLoader):
label = "Deprecated loader (don't use)"
families = ["model", "pointcache"]
representations = ["abc"]
tool_names = []