Blender Git Commit Log
Git Commits -> Revision a9f8d36
Revision a9f8d36 by Howard Trickey August 30, 2019, 02:21 (GMT) |
Use doubles for boolean planes. Added needed double BLI routines. |
Commit Details:
Full Hash: a9f8d366b4bf69fbd324abbb4ee2e38b879676c8
Parent Commit: 7775099
Lines Changed: +200, -50
8 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+5, -0) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+4, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+4, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+17, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+64, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+25, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+20, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+61, -50) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+4, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+4, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+17, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+64, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+25, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+20, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+61, -50) (Diff)