mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Export correct file type (ascii vs binary) based on instance setting
This commit is contained in:
parent
d6f2ace99d
commit
7f78a95559
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class ExtractMayaUsd(publish.Extractor):
|
|||
|
||||
# TODO: Support more `mayaUSDExport` parameters
|
||||
return {
|
||||
"defaultUSDFormat": str,
|
||||
"stripNamespaces": bool,
|
||||
"mergeTransformAndShape": bool,
|
||||
"exportDisplayColor": bool,
|
||||
|
|
@ -52,6 +53,7 @@ class ExtractMayaUsd(publish.Extractor):
|
|||
|
||||
# TODO: Support more `mayaUSDExport` parameters
|
||||
return {
|
||||
"defaultUSDFormat": "usdc",
|
||||
"stripNamespaces": False,
|
||||
"mergeTransformAndShape": False,
|
||||
"exportDisplayColor": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue