From 06357b23a2a410e7e6e13d3dd8fe01da13788ac8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 8 Jun 2018 15:42:42 +0200 Subject: Fix T55404: Auto key with only-available doesn't work --- source/blender/editors/animation/keyframing.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/animation/keyframing.c') diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c index 6f2360767c0..1913eb944d9 100644 --- a/source/blender/editors/animation/keyframing.c +++ b/source/blender/editors/animation/keyframing.c @@ -1106,6 +1106,10 @@ short insert_keyframe( } } + if (ret) { + DEG_id_tag_update(&adt->action->id, DEG_TAG_COPY_ON_WRITE); + } + return ret; } -- cgit v1.2.3