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
2021-06-01Speedup exact boolean by avoiding some mallocs and frees.Erick Abrahammson
2021-05-03Cleanup: clang-tidyJacques Lucke
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-05Cleanup: Clang-tidy modernize-use-default-member-initAnkit Meel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-06Reorder fields in boolean's ITT_value to save memory.Howard Trickey
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-16Cleanup: clang-tidyCampbell Barton
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-09Cleanup: fix wrong merge, remove extra unique_ptr.Ankit Meel
2020-11-09Cleanup: fix some clang tidy issuesJacques Lucke
2020-11-07Merge new boolean fix from blender-v2.91-release.Howard Trickey
2020-11-07Fix T82301, exact boolean fail on cube with bump.Howard Trickey
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-make-uniqueSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-01Fix new boolean performance bug.Howard Trickey
2020-10-31Fix new boolean performance bug.Howard Trickey
2020-09-05New boolean: Fix second example in T79404.Howard Trickey
2020-08-30New boolean: silence an "unused" warning.Howard Trickey
2020-08-30New boolean: another performance improvement.Howard Trickey
2020-08-30New Boolean: performance improvement.Howard Trickey
2020-08-29New boolean: fixed a bug in coplanar intersect.Howard Trickey
2020-08-29Clang Tidy: Fix readability-delete-null-pointer warningHans Goudey
2020-08-28Merge newboolean branch into master.Howard Trickey