mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge branch 'feature/multiverse' of github.com:j-cube/OpenPype into feature/multiverse
This commit is contained in:
commit
cedc936f23
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class ExtractMultiverseUsdOverride(openpype.api.Extractor):
|
|||
"step",
|
||||
"fps"
|
||||
}
|
||||
for key, value in options.items():
|
||||
for key, value in options.items():
|
||||
if key in options_discard_keys:
|
||||
continue
|
||||
setattr(over_write_opts, key, value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue