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 13:00:18 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-31 13:00:18 +0300
commit23e375a281726878aab3e48c961a574fc15c5816 (patch)
tree07aec5e55d3b7aa62310a34de41f46cb702c6b4e /source/blender/editors/armature/pose_lib.c
parent24b03729ae5ba4561ace8cbfb2d56cdbde781589 (diff)
Revert "Tag COW when applying pose from pose library"
This reverts commit 24b03729ae5ba4561ace8cbfb2d56cdbde781589; committed too soon.
Diffstat (limited to 'source/blender/editors/armature/pose_lib.c')
-rw-r--r--source/blender/editors/armature/pose_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/armature/pose_lib.c b/source/blender/editors/armature/pose_lib.c
index 4f7c12c12b7..609281a7bf2 100644
--- a/source/blender/editors/armature/pose_lib.c
+++ b/source/blender/editors/armature/pose_lib.c
@@ -1026,8 +1026,6 @@ 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 */