August 28, 2020, 14:44 (GMT) |
Quiet a warning in non-debug build. |
August 28, 2020, 14:27 (GMT) |
Merge branch 'master' into newboolean |
August 28, 2020, 14:21 (GMT) |
Moved orientation etc tests into BLI_math_boolean.hh. These tests are only used by the delaunay, mesh_intersect, and mesh_boolean files. At the suggestion of Brecht, moving them into BLI_math_boolean.hh and math_boolean.cc. |
August 28, 2020, 11:43 (GMT) |
Merge branch 'master' into newboolean |
August 28, 2020, 11:18 (GMT) |
Use blo_do_versions_290 to set Fast solver for pre-2.91 files. |
August 27, 2020, 08:53 (GMT) |
Cleanup: more spelling corrections |
August 27, 2020, 08:37 (GMT) |
Expand on solver descriptions |
August 27, 2020, 08:18 (GMT) |
Cleanup: mostly comments, use doxy syntax & typos - Use doxy syntax for functions. - Use `pragma once` for header guard. |
August 27, 2020, 05:49 (GMT) |
Merge branch 'master' into newboolean |
August 26, 2020, 11:21 (GMT) |
Merge branch 'master' into newboolean |
August 26, 2020, 10:59 (GMT) |
Refactor to defer building Plane for Faces until later. This is a precursor to a big speed optimization in the "finding clusters" code. Right now there is no speedup, maybe even a bit of a slowdown, but following commits should lead to nice speed increases. |
August 23, 2020, 14:12 (GMT) |
Some small speedups from parallelizing more parts. Parallelized bounding box finding and degenerate triangle testing. |
August 22, 2020, 19:53 (GMT) |
Some tweaks to multithreading parameters based on tests to minimize time. |
August 22, 2020, 13:44 (GMT) |
Merge branch 'master' into newboolean |
August 22, 2020, 13:33 (GMT) |
A couple more cleanups inspire by reviewer comments. |
August 22, 2020, 12:19 (GMT) |
Fix clang-tidy warnings. |
August 22, 2020, 12:02 (GMT) |
Fixed an error and warning on Linux from previous commit. |
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. |
August 21, 2020, 14:16 (GMT) |
Cleanup: move break statements into case body, or remove if follwing a return. |
August 21, 2020, 14:02 (GMT) |
Rename some classes at the suggestion of reviewers. Mesh -> IMesh; MArena -> IMeshArena Remove type abbreviations Vertp and Facep. |
|