mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
new fps getter updated
This commit is contained in:
parent
bf15830a9a
commit
d2ef628b22
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ def is_sequence(files):
|
|||
sequence = True
|
||||
return sequence
|
||||
|
||||
|
||||
def get_current_fps():
|
||||
session_fps = float(legacy_io.Session.get('AVALON_FPS', 25))
|
||||
return convert_to_maya_fps(session_fps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue