mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'feature/OP-2732_Flame-rendering-presets-from-sequence' into feature/OP-2731_Flame-rendering-presets-resolution-and-regex-comment-filter
This commit is contained in:
commit
0e3162890a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class FlamePrelaunch(PreLaunchHook):
|
|||
_db_p_data = project_doc["data"]
|
||||
width = _db_p_data["resolutionWidth"]
|
||||
height = _db_p_data["resolutionHeight"]
|
||||
fps = float(_db_p_data["fps_string"])
|
||||
fps = float(_db_p_data["fps"])
|
||||
|
||||
project_data = {
|
||||
"Name": project_doc["name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue