[Bf-blender-cvs] [8545fb5] master: Fix T42824: Proxy bone custom-shape lost on undo

Campbell Barton noreply at git.blender.org
Mon Dec 8 16:47:40 CET 2014


Commit: 8545fb516e5b94d7337589cd571000d81b0a18fe
Author: Campbell Barton
Date:   Mon Dec 8 16:46:42 2014 +0100
Branches: master
https://developer.blender.org/rB8545fb516e5b94d7337589cd571000d81b0a18fe

Fix T42824: Proxy bone custom-shape lost on undo

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

M	source/blender/blenkernel/intern/armature.c

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

diff --git a/source/blender/blenkernel/intern/armature.c b/source/blender/blenkernel/intern/armature.c
index d3dcb2b..f4a5d33 100644
--- a/source/blender/blenkernel/intern/armature.c
+++ b/source/blender/blenkernel/intern/armature.c
@@ -1654,6 +1654,7 @@ static void pose_proxy_synchronize(Object *ob, Object *from, int layer_protected
 			pchanw.next = pchan->next;
 			pchanw.parent = pchan->parent;
 			pchanw.child = pchan->child;
+			pchanw.custom_tx = pchan->custom_tx;
 
 			pchanw.mpath = pchan->mpath;
 			pchan->mpath = NULL;




More information about the Bf-blender-cvs mailing list