mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Updated multiverse usd extracor for default option values
This commit is contained in:
parent
ab4849ab96
commit
3151784b18
1 changed files with 3 additions and 3 deletions
|
|
@ -108,9 +108,9 @@ class ExtractMultiverseUsd(openpype.api.Extractor):
|
|||
"writeUsdAttributes": False,
|
||||
"timeVaryingTopology": False,
|
||||
"customMaterialNamespace": '',
|
||||
"writeTimeRange": False,
|
||||
"timeRangeStart": 1,
|
||||
"timeRangeEnd": 1,
|
||||
"writeTimeRange": True,
|
||||
"timeRangeStart": start_frame,
|
||||
"timeRangeEnd": end_frame,
|
||||
"timeRangeIncrement": 1,
|
||||
"timeRangeNumTimeSamples": 0,
|
||||
"timeRangeSamplesSpan": 0.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue