Fix T64611: Bone Size property is not copied when a bone is copied

This commit is contained in:
Philipp Oeser
2019-05-14 22:35:07 +02:00
parent 08a79fc88b
commit 913db2e8a4

View File

@@ -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.