Merge branch 'blender-v2.83-release'

This commit is contained in:
Philipp Oeser 2020-04-29 11:25:08 +02:00
commit 657188c1a2
1 changed files with 3 additions and 0 deletions

View File

@ -687,6 +687,9 @@ void createTransPose(TransInfo *t)
if (mirror) {
int total_mirrored = 0;
LISTBASE_FOREACH (bPoseChannel *, pchan, &ob->pose->chanbase) {
/* Clear the MIRROR flag from previous runs. */
pchan->bone->flag &= ~BONE_TRANSFORM_MIRROR;
if ((pchan->bone->flag & BONE_TRANSFORM) &&
BKE_pose_channel_get_mirrored(ob->pose, pchan->name)) {
total_mirrored++;