mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
changed set_project_fps to validate_fps
This commit is contained in:
parent
a664a305f6
commit
547bfcb5ff
1 changed files with 1 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ def on_open(_):
|
|||
from ..widgets import popup
|
||||
|
||||
# Ensure scene's FPS is set to project config
|
||||
lib.set_project_fps()
|
||||
lib.validate_fps()
|
||||
|
||||
# Update current task for the current scene
|
||||
update_task_from_path(cmds.file(query=True, sceneName=True))
|
||||
|
|
@ -174,5 +174,3 @@ def on_task_changed(*args):
|
|||
|
||||
# Run
|
||||
maya.pipeline._on_task_changed()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue