Merge branch 'blender-v3.3-release'

This commit is contained in:
Campbell Barton 2022-08-24 17:27:25 +10:00
commit dc2d75d9bc
1 changed files with 2 additions and 0 deletions

View File

@ -1033,7 +1033,9 @@ static int apply_objects_internal(bContext *C,
zero_v3(ob->rot);
zero_v3(ob->drot);
unit_qt(ob->quat);
unit_qt(ob->dquat);
unit_axis_angle(ob->rotAxis, &ob->rotAngle);
unit_axis_angle(ob->drotAxis, &ob->drotAngle);
}
}