added reset frame range on task change

This commit is contained in:
Ondřej Samohel 2020-02-26 21:17:12 +01:00
parent 3d52ae7fab
commit 856f67e113
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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()