[Bf-blender-cvs] [23e375a2817] blender2.8: Revert "Tag COW when applying pose from pose library"

Sybren A. Stüvel noreply at git.blender.org
Thu May 31 12:00:35 CEST 2018


Commit: 23e375a281726878aab3e48c961a574fc15c5816
Author: Sybren A. Stüvel
Date:   Thu May 31 12:00:18 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB23e375a281726878aab3e48c961a574fc15c5816

Revert "Tag COW when applying pose from pose library"

This reverts commit 24b03729ae5ba4561ace8cbfb2d56cdbde781589; committed
too soon.

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

M	source/blender/editors/armature/pose_lib.c

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

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 */



More information about the Bf-blender-cvs mailing list