Merge branch 'master' into develop

This commit is contained in:
Milan Kolar 2020-07-28 09:13:07 +02:00
commit bfd9f0e0c8
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"