mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added reset frame range on task change
This commit is contained in:
parent
3d52ae7fab
commit
856f67e113
1 changed files with 3 additions and 1 deletions
|
|
@ -229,4 +229,6 @@ def on_task_changed(*args):
|
|||
|
||||
# Run
|
||||
maya.pipeline._on_task_changed()
|
||||
lib.update_content_on_context_change()
|
||||
with maya.suspended_refresh():
|
||||
lib.set_context_settings()
|
||||
lib.update_content_on_context_change()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue