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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to