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
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-18Cleanup: replace 'unsigned in' with 'uint'Campbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-16Fix T54526: Data Transfer modifier's Max Distance field working strangely.Bastien Montagne
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-22Cleanup/Refactor: Simplify/deduplicate bvhutils codemano-wii
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-26Minor cleanup in data transfer code.Bastien Montagne
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Fix (unreported) datatransfer code could still modify source mesh in some cases.Bastien Montagne
2019-03-08BKE mesh remap: add utils to add needed cddata mask for source mesh.Bastien Montagne
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-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
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-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-06-21Cleanup: names: data transfer/mesh remap: dm -> me/mesh.Bastien Montagne
2018-06-21Cleanup: nuke DM out of data transfer code.Bastien Montagne
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-04Mesh Remap: Face Corner Data: Do not use large epsilon values to create bvhtr...Germano
2018-05-04Mesh Remap: Face Data: Do not use large epsilon values to create bvhtree.Germano
2018-05-04Mesh Remap: Change the sphere_radius parameter instead of creating a bvhtree ...Germano
2018-05-04Fix `Transfer Mesh Data` with `Edge Mapping` of type `Projected Edge Interpol...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-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-11-19Fix T53343: Custom Normal Data Transfer Crashes when some vertexes have no fa...Bastien Montagne
2017-10-20Cleanup: redundant castsCampbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2015-12-30Fix (unreported) memleak in mesh remapping auto-transform code.Bastien Montagne