mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Get FPS properly
This commit is contained in:
parent
4f334a1f80
commit
4f0aafe560
1 changed files with 3 additions and 1 deletions
|
|
@ -640,7 +640,9 @@ def burnins_from_data(
|
|||
|
||||
if list_to_convert:
|
||||
text = list_to_convert[0]
|
||||
cmd = convert_list_to_cmd(list_to_convert, 25.0, label=align)# need to fetch fps properly
|
||||
cmd = convert_list_to_cmd(
|
||||
list_to_convert, data["fps"], label=align
|
||||
)
|
||||
else:
|
||||
text = value.format(**data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue