Blender Git Commit Log

Git Commits -> Revision 9810cfa

Revision 9810cfa by Howard Trickey (newboolean)
August 22, 2020, 11:30 (GMT)
Addressed comments of reviewers on D8623.

Almost all changes asked for by Campbell and Jacques have been
addressed. The clang-tidy fixes will happen in the next commit.

Commit Details:

Full Hash: 9810cfa1e83f173ccbdc1c3335183f93529838b5
Parent Commit: 0a6ef69
Lines Changed: +338, -351

13 Modified Paths:

/build_files/build_environment/cmake/versions.cmake (+2, -0) (Diff)
/source/blender/blenlib/BLI_double2.hh (+6, -1) (Diff)
/source/blender/blenlib/BLI_double3.hh (+5, -0) (Diff)
/source/blender/blenlib/BLI_mesh_boolean.hh (+9, -9) (Diff)
/source/blender/blenlib/BLI_mesh_intersect.hh (+2, -19) (Diff)
/source/blender/blenlib/BLI_mpq2.hh (+5, -0) (Diff)
/source/blender/blenlib/BLI_mpq3.hh (+5, -0) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+33, -29) (Diff)
/source/blender/blenlib/intern/mesh_boolean.cc (+161, -143) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+33, -105) (Diff)
/source/blender/blenlib/tests/BLI_mesh_boolean_test.cc (+61, -36) (Diff)
/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc (+2, -2) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.cc (+14, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021