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-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-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-25Fix T89391, etc. Boolean bugs when objects have negative scale.Howard Trickey
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-02Cleanup: Remove unecessary C API for direct mesh booleanHans Goudey
2021-04-01Geometry Nodes: Improve speed of boolean node, use multi-input socketHans Goudey
2021-03-14Fix T86427 Exact solver does not apply target material.Howard Trickey
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-06Fix T86308 Crash in Exact Boolean when have custom normal layer.Howard Trickey
2021-03-03Cleanup: Use span and float matrix type in direct boolean codeHans Goudey
2021-02-25Cleanup: spellingCampbell Barton
2021-02-24Cleanup: spellingCampbell Barton
2021-02-22Fix compilation error in bypass bmesh commit when GMP not defined.Howard Trickey
2021-02-22Added a cast needed to shut up an error in last commit.Howard Trickey
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey