Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-05-31 12:58:56 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-31 12:59:04 +0300
commit24b03729ae5ba4561ace8cbfb2d56cdbde781589 (patch)
treeffd5f00009899c6fdeabe910fdee88260cbaa0ce /source/blender/editors/armature/pose_lib.c
parent9948e26e14408a24000667d46bcd0bce99e437ce (diff)
Tag COW when applying pose from pose library
Related to T55232
Diffstat (limited to 'source/blender/editors/armature/pose_lib.c')
-rw-r--r--source/blender/editors/armature/pose_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/armature/pose_lib.c b/source/blender/editors/armature/pose_lib.c
index 609281a7bf2..4f7c12c12b7 100644
--- a/source/blender/editors/armature/pose_lib.c
+++ b/source/blender/editors/armature/pose_lib.c
@@ -1026,6 +1026,8 @@ static void poselib_apply_pose(tPoseLib_PreviewData *pld)
}
}
}
+
+ DEG_id_tag_update(&act->id, DEG_TAG_COPY_ON_WRITE);
}
/* Auto-keys/tags bones affected by the pose used from the poselib */