Blender Git Statistics -> Branches -> newboolean

"Newboolean" branch

Total commits : 164
Total committers : 4
First Commit : December 2, 2019
Latest Commit : August 28, 2020


Commits by Month

DateNumber of Commits
August, 202060
July, 202042
June, 202022
May, 20200
April, 20203
March, 20207
February, 20202
January, 20201
December, 201927

Committers

AuthorNumber of Commits
Howard Trickey152
Howard Trickey5
Campbell Barton5
Jacques Lucke2

Popular Files

FilenameTotal Edits
boolean.cc45
mesh_intersect.cc44
bmesh_boolean.c34
BLI_boolean_test.cc27
BLI_mesh_intersect_test.cc22
delaunay_2d.cc20
bmesh_boolean.cc19
BLI_mesh_intersect.hh17
math_vec.cc13
BLI_mpq2.hh12

Latest commits Feed

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.

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021