Adding support for excluded families.

This commit is contained in:
Toke Stuart Jepsen 2023-06-22 12:55:17 +01:00
parent 43ece88f02
commit 40cf531cb1
2 changed files with 18 additions and 16 deletions

View file

@ -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