mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Revert: Do not use extension to base usd representation name on
This commit is contained in:
parent
cde63892a8
commit
3de37d0507
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ class ExtractROP(plugin.HoudiniExtractorPlugin):
|
|||
name = {
|
||||
"bgeo": "bgeo",
|
||||
"rs": "rs",
|
||||
"ass": "ass",
|
||||
"usd": "usd"
|
||||
"ass": "ass"
|
||||
}.get(product_type, ext)
|
||||
|
||||
representation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue