mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Setting defaults of CreateMultiverseUsd to reasonable values.
Creating a schema entry for multiverse creators and setting defaults.
This commit is contained in:
parent
1d22b862d1
commit
d5bd1a17eb
4 changed files with 31 additions and 24 deletions
|
|
@ -71,7 +71,21 @@
|
|||
},
|
||||
"CreateMultiverseUsd": {
|
||||
"enabled": true,
|
||||
"strip_namespaces": true
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
},
|
||||
"CreateMultiverseUsdComp": {
|
||||
"enabled": true,
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
},
|
||||
"CreateMultiverseUsdOver": {
|
||||
"enabled": true,
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
},
|
||||
"CreateAnimation": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue