Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-28Moved orientation etc tests into BLI_math_boolean.hh.Howard Trickey
2020-08-27Cleanup: more spelling correctionsCampbell Barton
2020-08-27Cleanup: mostly comments, use doxy syntax & typosCampbell Barton
2020-08-22Addressed comments of reviewers on D8623.Howard Trickey
2020-08-20Revert "Use std::abs instead of fabs in C++ code."Howard Trickey
2020-08-20Use std::abs instead of fabs in C++ code.Howard Trickey
2020-08-20Fix memory leak in delaunay C interface code.Howard Trickey
2020-08-02Merge branch 'master' into newboolean.Howard Trickey
2020-07-26Used wrong #if to isolate debugging code for Windows.Howard Trickey
2020-07-24Turn off debug file writing in boolean etc unit tests.Howard Trickey
2020-07-20Update integer type usageJacques Lucke
2020-07-14Speedup, using BVH tree to limit number of tri-tri intersect tests.Howard Trickey
2020-07-13Merge Master, then fixes of problems caused by that.Howard Trickey
2020-07-12A large refactor of newboolean to perpare for performance tuning.Howard Trickey
2020-07-03Got rid of clang-tidy errors.Howard Trickey
2020-07-03Fixed violations of new Blender C++ style rules.Howard Trickey
2020-07-02Made two functions static to silence a warning.Howard Trickey
2020-07-01Change bmesh_boolean.c into a C++ file and start using PolyMesh interface.Howard Trickey
2020-06-17Start of PolyMesh interface for boolean.Howard Trickey
2020-06-11After merge from master, updated for changes to BLI.Howard Trickey
2020-06-07Move to exact arithmetic for new boolean implementation.Howard Trickey