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-21Merge branch 'master' into newbooleanHoward 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-20Use std::lower_bound instead of custom binary search.Howard Trickey
2020-08-20Fix memory leak in delaunay C interface code.Howard Trickey
2020-08-19BLI: fix memory leak in delaunay 2dJacques Lucke
2020-08-19BLI: improve leak detection in testsJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-19Fix crash in Debug build for some cases of no intersects.Howard Trickey
2020-08-19Merge branch 'master' into newbooleanCampbell Barton
2020-08-19Cleanup: spellingCampbell Barton
2020-08-19Better performance when there are clusters of coplanar triangles.Howard Trickey
2020-08-19BLI Listbase: Add iterator macro that increments an indexHans Goudey
2020-08-18BLI_kdopbvh: Adjust epsilon according to the axisGermano Cavalcante
2020-08-18Added a sphere/grid test to mesh intersect performance tests.Howard Trickey
2020-08-17Cleanup: header order, trailing spaceCampbell Barton
2020-08-17Tweaked the performance debugging gathering.Howard Trickey
2020-08-16Add support for non-closed-volume arguments.Howard Trickey
2020-08-15Fixed a bug in dissolving triangulation edges.Howard Trickey
2020-08-15Merge branch 'master' into newbooleanHoward Trickey
2020-08-15Added more debugging help.Howard Trickey
2020-08-14BLI: add reverse iterators, iterator constructor and Vector.insert/prependJacques Lucke
2020-08-12Checking for PWN.Howard Trickey
2020-08-11Cleanup some building errors with ClangTidy.Bastien Montagne
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-11Fix path regression test build failure on WindowsSergey Sharybin
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10BLI: improve StringRef for C++17Jacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-09Fix the nearest point containing cell when nearest is inside a tri.Howard Trickey
2020-08-09Remove degenerate triangles before intersecting.Howard Trickey
2020-08-09Use #pragma in newboolean branch.Howard Trickey
2020-08-09Merge branch 'master' into newbooleanHoward Trickey
2020-08-09Cleanup: stop some warnings.Howard Trickey
2020-08-09Fixed bug in understanding of nesting of connected components.Howard Trickey
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: fix some clang tidy warningsJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: added explanation of why `incircleadapt` is allowed to be longSybren A. Stüvel
2020-08-07Cleanup: Delaunay 2D, silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Add debugging to face merge.Howard Trickey
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in some newer headersJacques Lucke