changed set_project_fps to validate_fps

This commit is contained in:
wijnand 2018-07-05 10:01:13 +02:00
parent a664a305f6
commit 547bfcb5ff

View file

@ -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()