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-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-05-22Cleanup: Remove unused functionHans Goudey
2022-05-15Cleanup: Simplify loop syntax, decrease variable scopeHans Goudey
2022-04-06BVH Utils: use fall-through in 'BKE_bvhtree_from_mesh_get'Germano Cavalcante
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06BVH Utils: remove 'isolate' parameterGermano Cavalcante
2022-04-06BVH Utils: Remove '_allocated' members from 'BVHTreeFromMesh'Germano Cavalcante
2022-04-06Refactor: remove cache parameters from `bvhtree_from_` functionsGermano Cavalcante
2022-04-06Refactor: Deduplicate and simplify BVH Utils codeGermano Cavalcante
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-08-23Fix T90847: snap to face of Add Primitive tool not working in edit modeGermano Cavalcante
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-07-02Cleanup: Move bvhutils.c to C++Hans Goudey