Blender Git Loki
Git Commits -> Revision 0cb38b2
Revision 0cb38b2 by Campbell Barton (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52329: Boolean with aligned shapes failed Creating ngons with multiple axis aligned shapes in the middle of a single face would fail in some cases. This exposed multiple problems in BM_face_split_edgenet_connect_islands - Islands needed to be sorted on Y axis when X was aligned. - Checking edge intersections needed increased endpoint bias. - BVH epsilon needed to be increased. |
Commit Details:
Full Hash: 0cb38b287537068b1471384108dab95cbbee9ae6
Parent Commit: 6f935db
Committed By: Sergey Sharybin
Lines Changed: +48, -21
1 Modified Path:
/source/blender/bmesh/intern/bmesh_polygon_edgenet.c (+48, -21) (Diff)