From a6bbdae805efea40982b2cf752a7acf1ef0315c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Feb 2010 10:42:15 +0000 Subject: [PATCH] sync the custom transform option for proxies --- source/blender/blenkernel/intern/armature.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenkernel/intern/armature.c b/source/blender/blenkernel/intern/armature.c index 96607a4732b..59d359e57fd 100644 --- a/source/blender/blenkernel/intern/armature.c +++ b/source/blender/blenkernel/intern/armature.c @@ -1569,6 +1569,7 @@ static void pose_proxy_synchronize(Object *ob, Object *from, int layer_protected else { /* always copy custom shape */ pchan->custom= pchanp->custom; + pchan->custom_tx= pchanp->custom_tx; } } }