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-27Cleanup: more spelling correctionsCampbell Barton
2020-08-27Cleanup: mostly comments, use doxy syntax & typosCampbell Barton
2020-08-27Merge branch 'master' into newbooleanCampbell Barton
2020-08-27Cleanup: clang-formatCampbell Barton
2020-08-26Cleanup: Fix const warning with BLI_array_freeRay Molenkamp
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-26Merge branch 'master' into newbooleanHoward Trickey
2020-08-26Refactor to defer building Plane for Faces until later.Howard Trickey
2020-08-26Cleanup: typosJacques Lucke
2020-08-26BLI: support removing multiple elements from a vectorJacques Lucke
2020-08-25BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too)Campbell Barton
2020-08-24BLI: simplify lookup methods in MapJacques Lucke
2020-08-24BLI: improve exception safety of Set and MapJacques Lucke
2020-08-24BLI: add Array.last methodJacques Lucke
2020-08-23Some small speedups from parallelizing more parts.Howard Trickey
2020-08-22Some tweaks to multithreading parameters based on tests to minimize time.Howard Trickey
2020-08-22A couple more cleanups inspire by reviewer comments.Howard Trickey
2020-08-22Fix clang-tidy warnings.Howard Trickey
2020-08-22Fixed an error and warning on Linux from previous commit.Howard Trickey
2020-08-22Addressed comments of reviewers on D8623.Howard Trickey
2020-08-21Cleanup: move break statements into case body, or remove if follwing a return.Howard Trickey
2020-08-21Rename some classes at the suggestion of reviewers.Howard Trickey
2020-08-21Use an enum type for solver in boolean modifier.Howard Trickey
2020-08-21Renamed boolean to meah_boolean in BLI file names.Howard Trickey
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