mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Refactored function name
This commit is contained in:
parent
3c2e536f22
commit
a70e3012b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue