Fix T74172: Mirror with bisect results in holes

Enable snap-to-center when bisecting.
This commit is contained in:
Campbell Barton 2020-04-23 16:14:07 +10:00
parent 83d9ba341e
commit b900a5e452

@ -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];