Added setting for base file unit scale

This commit is contained in:
Simone Barbieri 2023-05-17 15:46:34 +01:00
parent 651277e2b9
commit 6d9c0e3080
2 changed files with 7 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{ {
"base_file_unit_scale": 0.01,
"imageio": { "imageio": {
"ocio_config": { "ocio_config": {
"enabled": false, "enabled": false,

View file

@ -5,6 +5,12 @@
"label": "Blender", "label": "Blender",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "base_file_unit_scale",
"type": "number",
"label": "Base File Unit Scale",
"decimal": 2
},
{ {
"key": "imageio", "key": "imageio",
"type": "dict", "type": "dict",