Add missing custom-scale when copying bones
This commit is contained in:
@@ -922,6 +922,8 @@ void BKE_pose_channel_copy_data(bPoseChannel *pchan, const bPoseChannel *pchan_f
|
||||
if (pchan->custom) {
|
||||
id_us_plus(&pchan->custom->id);
|
||||
}
|
||||
|
||||
pchan->custom_scale = pchan_from->custom_scale;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user