mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Added setting for base file unit scale
This commit is contained in:
parent
651277e2b9
commit
6d9c0e3080
2 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"base_file_unit_scale": 0.01,
|
||||||
"imageio": {
|
"imageio": {
|
||||||
"ocio_config": {
|
"ocio_config": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue