Merge pull request #5259 from BigRoy/bugfix/substance_painter_global_ocio_enabled

This commit is contained in:
Milan Kolar 2023-07-11 08:39:53 +02:00 committed by GitHub
commit 9ed2a7743b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
"imageio": {
"activate_host_color_management": true,
"ocio_config": {
"override_global_config": true,
"override_global_config": false,
"filepath": []
},
"file_rules": {
"activate_host_rules": true,
"activate_host_rules": false,
"rules": {}
}
},