add mb to maya loaders

This commit is contained in:
Milan Kolar 2020-07-27 17:10:02 +02:00
parent 062d40681d
commit 9ed0639789
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ class ImportMayaLoader(api.Loader):
so you could also use it as a new base.
"""
representations = ["ma"]
representations = ["ma", "mb"]
families = ["*"]
label = "Import"

View file

@ -16,7 +16,7 @@ class ReferenceLoader(pype.hosts.maya.plugin.ReferenceLoader):
"layout",
"camera",
"rig"]
representations = ["ma", "abc", "fbx"]
representations = ["ma", "abc", "fbx", "mb"]
tool_names = ["loader"]
label = "Reference"