mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added overscan_crop input and default value into settings
This commit is contained in:
parent
20615721da
commit
737bdaa3d9
2 changed files with 10 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
},
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"overscan_crop": "",
|
||||
"letter_box": {
|
||||
"enabled": false,
|
||||
"ratio": 0.0,
|
||||
|
|
|
|||
|
|
@ -193,6 +193,15 @@
|
|||
"minimum": 0,
|
||||
"maximum": 100000
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Crop input overscan. See the documentation for more information."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "overscan_crop",
|
||||
"label": "Overscan crop"
|
||||
},
|
||||
{
|
||||
"key": "letter_box",
|
||||
"label": "Letter box",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue