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:
authorCampbell Barton <ideasman42@gmail.com>2020-02-17 08:48:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-17 08:48:45 +0300
commit0b5c2685db57ff7726bb7d6886b0d4af650c4985 (patch)
treebe1b96a5a54842176dc84b4d8750d571cdb39ac0 /source/blender/editors/animation
parent60890ccf9d33f5729e78d92aa1125916260e19e0 (diff)
Fix T73909: Crash deleting grease pencil layer from dope sheet
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 7a2e4cb5269..0d811ef31e9 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -1870,7 +1870,7 @@ static int animchannels_delete_exec(bContext *C, wmOperator *UNUSED(op))
}
}
- /* cleanup */
+ ANIM_animdata_update(&ac, &anim_data);
ANIM_animdata_freelist(&anim_data);
/* send notifier that things have changed */