From 36324f9dab07bd3bf969f1d033d059e87865dc0d Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 30 Apr 2018 14:41:56 +0200 Subject: ANIM_apply_keyingset() - Tag modified datablocks for copy on write update for good measure --- source/blender/editors/animation/keyingsets.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/animation/keyingsets.c') diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c index da206ac9a64..a3c7a23f8ee 100644 --- a/source/blender/editors/animation/keyingsets.c +++ b/source/blender/editors/animation/keyingsets.c @@ -1054,6 +1054,7 @@ int ANIM_apply_keyingset(bContext *C, ListBase *dsources, bAction *act, KeyingSe break; } default: + DEG_id_tag_update(ksp->id, DEG_TAG_COPY_ON_WRITE); break; } -- cgit v1.2.3