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-06-25Cleanup: spellingCampbell Barton
2020-06-05Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-30BLI_kdopbvh: Prevent division by zero in raycastmano-wii
2020-01-04BLI_kdopbvh: Deduplicate codemano-wii
2020-01-04BLI_bvhtree_overlap does not work multithreadedmano-wii
2020-01-04BLI_bvhtree_overlap: Don't use BLI_task API when not neededmano-wii
2020-01-04BLI_bvhtree_overlap: Fix wrong count of child nodesmano-wii
2020-01-04BLI_bvhtree_overlap: Make sure the number of nodes matches the number of threadsmano-wii
2020-01-04BLI_bvhtree_overlap: Improve non-multithreaded usagemano-wii
2019-12-12BLI_bvhtree_overlap_ex: add 'max_interactions' parametermano-wii
2019-09-13Fix `BLI_bvhtree_overlap_ex` assertmano-wii
2019-09-12BLIKdopBVH: New `BLI_bvhtree_overlap_ex` utilitymano-wii
2019-08-26Edit Mesh: New option "Split Edges & Faces" to "AutoMerge"mano-wii
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-06-17Cleanup: comment spellingCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell 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
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-06BLI_kdopbvh: add an option to use a priority queue in find_nearest.Alexander Gavrilov
2018-11-05BLI_kdopbvh: reduce branching in calc_nearest_point_squared.Alexander Gavrilov
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-01Modifiers: tiny optimizations for mesh deform, lattice, kdop.Brecht Van Lommel
2018-05-16Snap system: Adds support to Clip Planes and uses a clip plane to simulate oc...Germano
2018-05-15Revert "BLI_kdopbvh: Reference clip_planes callback to find nearest projected."Germano
2018-05-15BLI_kdopbvh: Reference clip_planes callback to find nearest projected.Germano
2018-05-14New function for BLI_kdopbvh: `BLI_bvhtree_find_nearest_projected`.Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-04-24BLI BVHTree Walk DFS: Decreases the size of the stack space used for the recu...Germano
2018-03-18Cleanup: kdopbvh, only set parent nodes onceCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-21Cleanup: BLI_kdopbvh avoid negative array accessCampbell Barton
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-10-28Cleanup: use uint type in BLICampbell Barton