[Bf-blender-cvs] [36324f9dab0] blender2.8: ANIM_apply_keyingset() - Tag modified datablocks for copy on write update for good measure

Joshua Leung noreply at git.blender.org
Mon Apr 30 14:54:03 CEST 2018


Commit: 36324f9dab07bd3bf969f1d033d059e87865dc0d
Author: Joshua Leung
Date:   Mon Apr 30 14:41:56 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB36324f9dab07bd3bf969f1d033d059e87865dc0d

ANIM_apply_keyingset() - Tag modified datablocks for copy on write update for good measure

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

M	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;
 		}



More information about the Bf-blender-cvs mailing list