Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-04-23 16:15:55 +10:00
commit 6c0ddf1110
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Mesh *BKE_mesh_mirror_bisect_on_mirror_plane(MirrorModifierData *mmd,
}
plane_from_point_normal_v3(plane, plane_co, plane_no);
BM_mesh_bisect_plane(bm, plane, false, false, 0, 0, bisect_distance);
BM_mesh_bisect_plane(bm, plane, true, false, 0, 0, bisect_distance);
/* Plane definitions for vert killing. */
float plane_offset[4];