mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fps and pixel aspect can be decimal
This commit is contained in:
parent
1a5cb96ba3
commit
721314d744
1 changed files with 6 additions and 2 deletions
|
|
@ -9,7 +9,9 @@
|
|||
{
|
||||
"type": "number",
|
||||
"key": "fps",
|
||||
"label": "Frame Rate"
|
||||
"label": "Frame Rate",
|
||||
"decimal": 2,
|
||||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
|
|
@ -54,7 +56,9 @@
|
|||
{
|
||||
"type": "number",
|
||||
"key": "pixelAspect",
|
||||
"label": "Pixel Aspect Ratio"
|
||||
"label": "Pixel Aspect Ratio",
|
||||
"decimal": 2,
|
||||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"type": "enum",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue