diff --git a/source/blender/makesrna/intern/rna_fcurve.cc b/source/blender/makesrna/intern/rna_fcurve.cc index 6522efbbb3b..e1fea4b1b4b 100644 --- a/source/blender/makesrna/intern/rna_fcurve.cc +++ b/source/blender/makesrna/intern/rna_fcurve.cc @@ -773,6 +773,7 @@ static void rna_FCurve_modifiers_remove(FCurve *fcu, ReportList *reports, Pointe } remove_fmodifier(&fcu->modifiers, fcm); + DEG_id_tag_update(fcm_ptr->owner_id, ID_RECALC_ANIMATION); RNA_POINTER_INVALIDATE(fcm_ptr); }