mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add mb to maya loaders
This commit is contained in:
parent
062d40681d
commit
9ed0639789
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue