Revert: Do not use extension to base usd representation name on

This commit is contained in:
Roy Nieterau 2024-06-19 19:47:34 +02:00
parent cde63892a8
commit 3de37d0507

View file

@ -42,8 +42,7 @@ class ExtractROP(plugin.HoudiniExtractorPlugin):
name = {
"bgeo": "bgeo",
"rs": "rs",
"ass": "ass",
"usd": "usd"
"ass": "ass"
}.get(product_type, ext)
representation = {