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-08-12Cleanup: repeated words in commentsCampbell Barton
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-23Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-07-11Revert "Fix an assert trip in boolean tickled by D11272 example."Howard Trickey
2022-07-10Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-15BLI: Change dependencies in vector math filesHans 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-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-11-27Fix build error with TBB 2021 and booleansBrecht Van Lommel
2021-10-04Cleanup: use system includesCampbell Barton
2021-07-20Cleanup: fix clang-tidy warning readability-qualified-autoSybren A. Stüvel
2021-07-09Fix a compiler warning on Windows for Exact Boolean.Howard Trickey
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-06Exact Boolean: fix last commit: pass an arg by reference instead of value.Howard Trickey
2021-06-05Exact Boolean: speed up when there are many separate components.Howard Trickey
2021-06-02Boolean exact: speedup by parallelizing a plane calculation.Erik Abrahamsson
2021-06-02Boolean exact: speedup when there are many components.Howard Trickey
2021-06-01Speedup exact boolean by avoiding some mallocs and frees.Erick Abrahammson
2021-05-30Boolean: applying patch D11431 to speed up hole-tolerant raycast.Howard Trickey
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-24Fix T87682 Boolean Exact crash.Howard Trickey
2021-04-17Fix T86805 Inconsistent results for exact boolean.Howard Trickey
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-14Fix T86390 Exact Boolean crash.Howard Trickey
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-07Fix T85632 Improve Exact boolean in cell fracture of Suzanne.Howard Trickey
2021-02-28Fix T85948 Exact boolean crash with some nonplanar ngons.Howard Trickey
2021-02-25Cleanup: spellingCampbell Barton
2021-02-22Cleanup: unused variableJacques Lucke
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-09Cleanup: spellingCampbell Barton
2021-02-08Forgot to free a bvhtree with previous commit.Howard Trickey
2021-02-07Fix T84493 et al: New Boolean on Suzanne.Howard Trickey
2020-12-10Fix T83630 Exact Boolean assert failure in Debug build.Howard Trickey
2020-11-28Speed up finding patch components in new boolean.Howard Trickey
2020-11-28Speedups for finding cells in new boolean.Howard Trickey
2020-11-27Add performance timing to mesh_boolean.cc.Howard Trickey
2020-11-16Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-16Fix T82736, Exact Boolean fail with repeated subtraction of same object.Howard Trickey