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-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
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
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2021-02-05Geometry Nodes: Add Attribute Proximity NodeVictor-Louis De Gusseme
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-05-15Cleanup: int->BVHCacheType enumJeroen Bakker
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-24BKE bvhutils: create and use new `BKE_bvhtree_from_editmesh_get`mano-wii
2019-08-22Cleanup/Refactor: Simplify/deduplicate bvhutils codemano-wii
2019-05-29Fix T65027: Snap 3D cursor on hidden faces doesn't work in Edit Mode.mano-wii
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-10-15Cleanup: remove DerivedMesh bvhtree_from_mesh_getCampbell Barton
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-23transform_snap_object: Better bvhtree creation management for editing multipl...Germano
2018-05-13BKE_bvhutils: allow caching NULL bvh_trees.Germano
2018-05-12Remove unused function: `BKE_bvhtree_from_mesh_looptri`.Germano
2018-05-10BKE: bvhutils: Added support for bvhtrees from loose verts and bvhtree from l...Germano
2018-05-09BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a D...Germano
2018-05-08looptri + bvhtree support for MeshSybren A. Stüvel
2018-05-04BKE: bvhuils: remove member `sphere_radius`.Germano
2018-05-04BKE: BVHtree: Replace all external references of `bvhtree_from_mesh_looptri` ...Germano
2018-05-04BKE: BVHtree: make `bvhtree_from_mesh_edges` a static function.Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-01-28Cleanup: style, spellingCampbell Barton
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-17Do not release the arrays used in the parameters of the expanded functions of...Germano Cavalcante
2017-02-06Standardization and style for BKE_bvhutilsGermano Cavalcante
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-06-29Fix T48695: Slowdown w/ edit-mesh & shrinkwrapGermano Cavalcante
2016-05-11Correct check for tree being in BVH cacheCampbell Barton