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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-05-14 23:35:07 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-05-14 23:44:55 +0300
commit913db2e8a4ef84834c6efe04c336aca9fc2851de (patch)
tree2c39bf59c1fd5e9a65f43f3371d450aa33cc63b4 /source/blender/blenkernel/intern/action.c
parent08a79fc88b8848888eaaa6ca9cd1187398f44045 (diff)
Fix T64611: Bone Size property is not copied when a bone is copied
Diffstat (limited to 'source/blender/blenkernel/intern/action.c')
-rw-r--r--source/blender/blenkernel/intern/action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/action.c b/source/blender/blenkernel/intern/action.c
index 9b321ff4e44..34c50865073 100644
--- a/source/blender/blenkernel/intern/action.c
+++ b/source/blender/blenkernel/intern/action.c
@@ -978,6 +978,7 @@ void BKE_pose_channel_copy_data(bPoseChannel *pchan, const bPoseChannel *pchan_f
}
pchan->custom_scale = pchan_from->custom_scale;
+ pchan->drawflag = pchan_from->drawflag;
}
/* checks for IK constraint, Spline IK, and also for Follow-Path constraint.