Commit: 1d5c85ffd9f52f94b7262f8adecad8fa71339ab7
Author: Sergey Sharybin
Date:   Wed Mar 20 11:48:13 2019 +0100
Branches: master
https://developer.blender.org/rB1d5c85ffd9f52f94b7262f8adecad8fa71339ab7

Fix T62750: Deleted Keyframe Still Affects Scene

Missing ID recalc tag.

===================================================================

M       source/blender/editors/animation/keyframing.c

===================================================================

diff --git a/source/blender/editors/animation/keyframing.c 
b/source/blender/editors/animation/keyframing.c
index 513fd29ef9b..49695da2a17 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -1975,6 +1975,7 @@ static int delete_key_v3d_exec(bContext *C, wmOperator 
*op)
                                 */
                                success += delete_keyframe_fcurve(adt, fcu, 
cfra_unmap);
                        }
+                       DEG_id_tag_update(&ob->adt->action->id, 
ID_RECALC_ANIMATION_NO_FLUSH);
                }
 
                /* report success (or failure) */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to