Skip to content

Commit

Permalink
Fix clip attribute value for frame rate options
Browse files Browse the repository at this point in the history
Updated the frame rate option to correctly reflect 23.976 instead of 23.997 in the clip attributes list.
  • Loading branch information
jakubjezek001 committed Jan 20, 2025
1 parent a90b639 commit 033725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_hiero/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fps",
items=[
{"value": "from_selection", "label": "From selection"},
{"value": 23.997, "label": "23.976"},
{"value": 23.976, "label": "23.976"},
{"value": 24, "label": "24"},
{"value": 25, "label": "25"},
{"value": 29.97, "label": "29.97"},
Expand Down

0 comments on commit 033725d

Please sign in to comment.