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-07-01Change bmesh_boolean.c into a C++ file and start using PolyMesh interface.Howard Trickey
2020-06-14Fixed bug for some binary boolean ops. Fixed a memory leak.Howard Trickey
2020-06-14Made binary version of boolean and hooked up to Boolean tool.Howard Trickey
2020-06-13More boolean tests pass.Howard Trickey
2020-06-07Move to exact arithmetic for new boolean implementation.Howard Trickey
2020-06-07Merge branch 'master' into newboolean.Howard Trickey
2020-04-21Fixed Newboolean bug: how face sides were tracked.Howard Trickey
2020-03-11Fix crash in debug newboolean due to repeated vertex.Howard Trickey
2020-03-08Boolean: fixed case where example came from new edge.Howard Trickey
2020-03-03Turn off debug in repository for newboolean.Howard Trickey
2020-03-01Silence some unused warnings.Howard Trickey
2020-03-01Update for new flag needed for BLI_delaunay_2d_cdt_calc,Howard Trickey
2019-12-12More consistent face-face intersections.Howard Trickey
2019-12-06Removed #pragma marks -- didn't work on Windows.Howard Trickey
2019-12-02Some fixes for some small epsilon cases.Howard Trickey
2019-12-02Initial work on making modifier work. Debugging still.Howard Trickey
2019-12-02Use arrays in MeshAdd for faster access.Howard Trickey
2019-12-02Added stuff to make MeshAdd access faster.Howard Trickey
2019-12-02Faster find_coplanar_parts.Howard Trickey
2019-12-02Fixed memory leak of bvh trees.Howard Trickey
2019-12-02Use BVH for partset pair intersection tests.Howard Trickey
2019-12-02Added kdtree for faster coplanar.Howard Trickey
2019-12-02Stashing progress.Howard Trickey
2019-12-02Fixed gwn (atan2 instead of atan), and some perf speedups.Howard Trickey
2019-12-02Boolean coplanar cone-on-cube works.Howard Trickey
2019-12-02Attempt to do boolean with coplanar faces - doesn't work yet.Howard Trickey
2019-12-02Forgot to initialize an intset.Howard Trickey
2019-12-02Plumbed through faces that are on both sides of boolean op.Howard Trickey
2019-12-02Keep track of other orig faces besides eg for a face.Howard Trickey
2019-12-02Regression tests 0-25 all pass.Howard Trickey
2019-12-02clang-formatHoward Trickey
2019-12-02Most regression tests now pass.Howard Trickey
2019-12-02Stash changes.Howard Trickey
2019-12-02Coplanar case works except CDT makes a face with repeated vert.Howard Trickey
2019-12-02All tri-tri non-coplanar tests work.Howard Trickey