Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-11-06 14:57:27 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-11-06 14:57:27 +0300
commit2de454c5144cf49394e8fbec04ab86cde10851d9 (patch)
tree04bd114ae8f4d6271b540d8c33e31c05e2d6b953 /source/blender/editors/animation
parent3310e6d63ed229ec8f92fa7f630e8680204f6073 (diff)
parent8df84f7be48bf64984976edf96f68dc7d7471b76 (diff)
Merge branch 'blender-v2.91-release' into master
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 77ebc1606fa..360335a54d7 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -1919,6 +1919,7 @@ static int animchannels_delete_exec(bContext *C, wmOperator *UNUSED(op))
/* send notifier that things have changed */
WM_event_add_notifier(C, NC_ANIMATION | ND_ANIMCHAN | NA_EDITED, NULL);
+ WM_event_add_notifier(C, NC_ANIMATION | ND_KEYFRAME | NA_REMOVED, NULL);
DEG_relations_tag_update(CTX_data_main(C));
return OPERATOR_FINISHED;