defaults update

This commit is contained in:
Jakub Jezek 2023-05-24 16:45:43 +02:00
parent 0f8a998e3a
commit e6b301fecb
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
4 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,9 @@
{
"imageio": {
"activate_host_color_management": true,
"remapping": {
"rules": []
},
"ocio_config": {
"override_global_config": false,
"filepath": []

View file

@ -1,6 +1,9 @@
{
"imageio": {
"activate_host_color_management": true,
"remapping": {
"rules": []
},
"ocio_config": {
"override_global_config": false,
"filepath": []

View file

@ -1,6 +1,9 @@
{
"imageio": {
"activate_host_color_management": true,
"remapping": {
"rules": []
},
"ocio_config": {
"override_global_config": false,
"filepath": []

View file

@ -1,11 +1,12 @@
{
"imageio": {
"activate_host_color_management": true,
"ocio_config": {
"enabled": true,
"override_global_config": true,
"filepath": []
},
"file_rules": {
"enabled": true,
"override_global_rules": true,
"rules": {}
}
},