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
2020-07-29Cleanup: Remove deprecated comment.Bastien Montagne
2020-07-29Cleanup: Always keep unlock at same level as lock.Bastien Montagne
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-05-15Cleanup: int->BVHCacheType enumJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-09-20Fix T70109: Crash with the Data Transfer Modifier (with any 'Edge Data' option)mano-wii
2019-08-26Cleanup: use BLI_assertCampbell Barton
2019-08-26Fix assert restricting allowed operationmano-wii
2019-08-24BKE_bvhutils: implement hiden checkmano-wii
2019-08-24Fix BKE_bvhtree_from_editmesh_get not setting cached valueCampbell 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-08-06Fix T68320: measure tool memoryleakmano-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-22Cleanup: style, use braces for 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-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-22Fix potential invalid memory access in surface force field BVH tree.Andrew Williams
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-10-15Cleanup: remove unused functionsCampbell Barton
2018-10-15Cleanup: remove DerivedMesh bvhtree_from_mesh_getCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-23transform_snap_object: Better bvhtree creation management for editing multipl...Germano
2018-06-27Cleanup: styleCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-05-16Cleanup: BKE_bvhuitls: Use a struct rather than re-create each member of it.Germano
2018-05-13BKE_bvhutils: allow caching NULL bvh_trees.Germano
2018-05-12Remove unused function: `BKE_bvhtree_from_mesh_looptri`.Germano
2018-05-11Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-10Fix error buildingCampbell Barton
2018-05-10Cleanup: Remove redundant parameter.Germano
2018-05-10Cleanup: warningsCampbell Barton
2018-05-10BKE: bvhutils: Added support for bvhtrees from loose verts and bvhtree from l...Germano
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09Merge branch 'master' into blender2.8Bastien Montagne
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09BKE: bvhutils: Always return NULL when the BVHtree has no leafs.Germano
2018-05-09BKE: bvhutils: Port bvhtree_from_mesh_get to take a Mesh param instead of a D...Germano
2018-05-08Cleanup: mesh_runtime namingCampbell Barton
2018-05-08looptri + bvhtree support for MeshSybren A. Stüvel