Add MayaUsdReferenceLoader to reference USD as Maya native geometry using mayaUSDImport file translator

This commit is contained in:
Roy Nieterau 2023-10-17 12:22:01 +02:00
parent 581fc5da81
commit 908b8e3fb6
2 changed files with 101 additions and 2 deletions

View file

@ -771,7 +771,8 @@ class ReferenceLoader(Loader):
"ma": "mayaAscii",
"mb": "mayaBinary",
"abc": "Alembic",
"fbx": "FBX"
"fbx": "FBX",
"usd": "USD Import"
}.get(representation["name"])
assert file_type, "Unsupported representation: %s" % representation