mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use usd as name and ext for representation from multiverse usd composition extractor
This commit is contained in:
parent
0645dc8190
commit
fe2a3e8c2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue