mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1400 from pypeclub/feature/3.0_review_letterbox
This commit is contained in:
commit
efa96c094d
4 changed files with 233 additions and 25 deletions
|
|
@ -45,7 +45,25 @@
|
|||
]
|
||||
},
|
||||
"width": 0,
|
||||
"height": 0
|
||||
"height": 0,
|
||||
"letter_box": {
|
||||
"enabled": false,
|
||||
"ratio": 0.0,
|
||||
"state": "letterbox",
|
||||
"fill_color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
255
|
||||
],
|
||||
"line_thickness": 0,
|
||||
"line_color": [
|
||||
255,
|
||||
0,
|
||||
0,
|
||||
255
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue