Added settings to make optional the setting the unit scale

This commit is contained in:
Simone Barbieri 2023-05-18 10:37:38 +01:00
parent 3350e0995f
commit d95299a31b
3 changed files with 50 additions and 11 deletions

View file

@ -1,5 +1,9 @@
{
"base_file_unit_scale": 0.01,
"unit_scale_settings": {
"enabled": true,
"apply_on_opening": false,
"base_file_unit_scale": 0.01
},
"imageio": {
"ocio_config": {
"enabled": false,