mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
saved defaults for the settings
This commit is contained in:
parent
c28a2acfdf
commit
99c4f11fa6
1 changed files with 28 additions and 0 deletions
|
|
@ -16,5 +16,33 @@
|
|||
"active": true
|
||||
}
|
||||
},
|
||||
"load": {
|
||||
"LoadImage": {
|
||||
"defaults": {
|
||||
"stretch": true,
|
||||
"timestretch": true,
|
||||
"preload": true
|
||||
},
|
||||
"families": [
|
||||
"render",
|
||||
"image",
|
||||
"background",
|
||||
"plate"
|
||||
]
|
||||
},
|
||||
"ImportImage": {
|
||||
"defaults": {
|
||||
"stretch": true,
|
||||
"timestretch": true,
|
||||
"preload": true
|
||||
},
|
||||
"families": [
|
||||
"render",
|
||||
"image",
|
||||
"background",
|
||||
"plate"
|
||||
]
|
||||
}
|
||||
},
|
||||
"filters": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue