use usd as name and ext for representation from multiverse usd composition extractor

This commit is contained in:
Bo Zhou 2022-03-24 13:52:06 +09:00
parent 0645dc8190
commit fe2a3e8c2f

View file

@ -140,8 +140,8 @@ class ExtractMultiverseUsdComposition(openpype.api.Extractor):
instance.data["representations"] = []
representation = {
'name': 'usda',
'ext': 'usda',
'name': 'usd',
'ext': 'usd',
'files': file_name,
"stagingDir": staging_dir
}