Fix T62750: Deleted Keyframe Still Affects Scene

Missing ID recalc tag.
This commit is contained in:
Sergey Sharybin 2019-03-20 11:48:13 +01:00
parent 0c44b7e177
commit 1d5c85ffd9
Notes: blender-bot 2023-02-14 06:00:44 +01:00
Referenced by issue #62750, Deleted Keyframe Still Affects Scene
Referenced by issue #61169, Deleting keyed field's keyframes cleverly pretends to work.
1 changed files with 1 additions and 0 deletions

View File

@ -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) */