mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #5632 from tokejepsen/enhancement/maya_remove_context_prompt
This commit is contained in:
commit
c83637a257
1 changed files with 0 additions and 11 deletions
|
|
@ -659,17 +659,6 @@ def on_task_changed():
|
||||||
lib.set_context_settings()
|
lib.set_context_settings()
|
||||||
lib.update_content_on_context_change()
|
lib.update_content_on_context_change()
|
||||||
|
|
||||||
msg = " project: {}\n asset: {}\n task:{}".format(
|
|
||||||
get_current_project_name(),
|
|
||||||
get_current_asset_name(),
|
|
||||||
get_current_task_name()
|
|
||||||
)
|
|
||||||
|
|
||||||
lib.show_message(
|
|
||||||
"Context was changed",
|
|
||||||
("Context was changed to:\n{}".format(msg)),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def before_workfile_open():
|
def before_workfile_open():
|
||||||
if handle_workfile_locks():
|
if handle_workfile_locks():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue