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-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
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-25Fix T81999, Boolean Exact+Self Difference fails.Howard Trickey
2020-10-25Fix T81999, Boolean Exact+Self Difference fails.Howard Trickey
2020-10-09Fix New Boolean bug that left some stray vertices.Howard Trickey
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-07Cleanup: Fix clang-tidy warning in the new boolean codeSebastian Parborg
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05Fix T75827, boolean of non-manifold objects leaves stray edges.Howard Trickey