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
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-06-11Fix T98517: Curve Fill Node creating extra edges.Howard Trickey
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-26Fix T95901: Crash in Fill curve (set to N-gon)Howard Trickey
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-16BLI: Implement templated math functions for basic typesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-07-23Another slight increase in speed for Delaunay CDT.Howard Trickey
2021-07-20Cleanup: fix clang-tidy warning modernize-use-nullptrSybren A. Stüvel
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Speed up Delaunay raycast.Eric Abrahamsson
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-06-21Delaunay add support for detecting and removing holes from output.Howard Trickey
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-09Cleanup: spellingCampbell Barton
2021-02-05Cleanup: Use raw string literalSergey Sharybin
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-22Previous commit forgot to guard some things with #ifdef WITH_GMP.Howard Trickey
2020-11-21Improve speed of Constrained Delaunay Triangulation with exact arith.Howard Trickey
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-23Cleanup: make formatAaron Carlisle
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-08-28Merge newboolean branch into master.Howard Trickey