mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix defaults
This commit is contained in:
parent
b538efdcdd
commit
19570ec2ea
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
"imageio": {
|
"imageio": {
|
||||||
"activate_host_color_management": true,
|
"activate_host_color_management": true,
|
||||||
"ocio_config": {
|
"ocio_config": {
|
||||||
"override_global_config": true,
|
"override_global_config": false,
|
||||||
"filepath": []
|
"filepath": []
|
||||||
},
|
},
|
||||||
"file_rules": {
|
"file_rules": {
|
||||||
"activate_host_rules": true,
|
"activate_host_rules": false,
|
||||||
"rules": {}
|
"rules": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue