mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Adding support for excluded families.
This commit is contained in:
parent
43ece88f02
commit
40cf531cb1
2 changed files with 18 additions and 16 deletions
|
|
@ -93,21 +93,8 @@ class ImportMayaLoader(load.LoaderPlugin):
|
|||
|
||||
"""
|
||||
representations = ["ma", "mb", "obj"]
|
||||
families = [
|
||||
"model",
|
||||
"pointcache",
|
||||
"proxyAbc",
|
||||
"animation",
|
||||
"mayaAscii",
|
||||
"mayaScene",
|
||||
"setdress",
|
||||
"layout",
|
||||
"camera",
|
||||
"rig",
|
||||
"camerarig",
|
||||
"staticMesh",
|
||||
"workfile"
|
||||
]
|
||||
families = ["*"]
|
||||
excluded_families = ["xgen"]
|
||||
|
||||
label = "Import"
|
||||
order = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue