Blender Git Commit Log
Git Commits -> Revision d7b36d5
Revision d7b36d5 by Howard Trickey (newboolean) December 12, 2019, 19:19 (GMT) |
More consistent face-face intersections. Changed the part-part intersect algorithm so that the same calculation is done whenever a particular edge intersects a plane. |
Commit Details:
Full Hash: d7b36d55d47db5b9958082d151800da00ca1ce2c
Parent Commit: 6724aa5
Lines Changed: +180, -106
6 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+2, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+14, -2) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+5, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+7, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+151, -104) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+14, -2) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+5, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+7, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+151, -104) (Diff)