mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add controls to settings
This commit is contained in:
parent
1be9ff7c39
commit
78972e00ae
1 changed files with 56 additions and 0 deletions
|
|
@ -129,6 +129,62 @@
|
|||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "ValidateMayaUnits",
|
||||
"label": "Validate Maya Units",
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "validate_linear_units",
|
||||
"label": "Validate linear units"
|
||||
},
|
||||
{
|
||||
"key": "linear_units",
|
||||
"label": "Linear units",
|
||||
"type": "enum",
|
||||
"multiselection": false,
|
||||
"defaults": "cm",
|
||||
"enum_items": [
|
||||
{"mm": "millimeter"},
|
||||
{"cm": "centimeter"},
|
||||
{"m": "meter"},
|
||||
{"in": "inch"},
|
||||
{"ft": "foot"},
|
||||
{"yd": "yard"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "validate_angular_units",
|
||||
"label": "Validate angular units"
|
||||
},
|
||||
{
|
||||
"key": "angular_units",
|
||||
"label": "Angular units",
|
||||
"type": "enum",
|
||||
"multiselection": false,
|
||||
"defaults": "cm",
|
||||
"enum_items": [
|
||||
{"deg": "degree"},
|
||||
{"rad": "radian"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "fps",
|
||||
"label": "Validate fps"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue