mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #359 from BigRoy/enhancement/maya_prompt_save_task_change_double
Maya: Fix: Do not always reset context on task change
This commit is contained in:
commit
194e41563b
1 changed files with 0 additions and 4 deletions
|
|
@ -653,10 +653,6 @@ def on_task_changed():
|
|||
"Can't set project for new context because path does not exist: {}"
|
||||
).format(workdir))
|
||||
|
||||
with lib.suspended_refresh():
|
||||
lib.set_context_settings()
|
||||
lib.update_content_on_context_change()
|
||||
|
||||
global _about_to_save
|
||||
if not lib.IS_HEADLESS and _about_to_save:
|
||||
# Let's prompt the user to update the context settings or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue