Refactored function name

This commit is contained in:
wikoreman 2018-09-10 17:46:23 +02:00
parent 3c2e536f22
commit a70e3012b1

View file

@ -162,9 +162,9 @@ def on_open(_):
def on_new(_):
"""Set project resolution and fps when create a new file"""
avalon.logger.info("Running callback on new..")
with maya.suspended_refresh():
lib.set_project_settings()
lib.set_context_settings()
def on_task_changed(*args):