Blender Git Commit Log

Git Commits -> Revision 590ce68

Revision 590ce68 by Howard Trickey (newboolean)
July 1, 2020, 13:15 (GMT)
Change bmesh_boolean.c into a C++ file and start using PolyMesh interface.

Also, use BLI_math_mpq.hh everywhere instead of gmpxx.h.

Commit Details:

Full Hash: 590ce6817d76b01d1eff0a54bf2f5240596ccefa
Parent Commit: a62bca8
Lines Changed: +268, -236

1 Added Path:

/source/blender/bmesh/tools/bmesh_boolean.cc (+228, -0) (View)

1 Deleted Path:

/source/blender/bmesh/tools/bmesh_boolean.c (+0, -211)

14 Modified Paths:

/source/blender/blenlib/BLI_boolean.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_delaunay_2d.h (+1, -2) (Diff)
/source/blender/blenlib/BLI_math_mpq.hh (+10, -5) (Diff)
/source/blender/blenlib/BLI_mesh_intersect.hh (+1, -2) (Diff)
/source/blender/blenlib/BLI_mpq2.hh (+0, -2) (Diff)
/source/blender/blenlib/BLI_mpq3.hh (+0, -1) (Diff)
/source/blender/blenlib/intern/boolean.cc (+1, -2) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+1, -2) (Diff)
/source/blender/blenlib/intern/math_vec.cc (+1, -2) (Diff)
/source/blender/bmesh/CMakeLists.txt (+13, -1) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.h (+8, -0) (Diff)
/tests/gtests/blenlib/BLI_boolean_test.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_delaunay_2d_test.cc (+1, -2) (Diff)
/tests/gtests/blenlib/BLI_mesh_intersect_test.cc (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021