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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-04 13:42:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-04 13:42:15 +0300
commita6bbdae805efea40982b2cf752a7acf1ef0315c7 (patch)
treeae5b0311f622d0fc4ca78304c82645f1383e1a4e /source/blender/blenkernel
parentb7e3862b55e169e0fc7bb0bb77e7560f31ffa106 (diff)
sync the custom transform option for proxies
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/armature.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}
}