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-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
2015-11-13Fix T46762: UV transfer Object transform crash.Bastien Montagne
2015-11-13Fix T46469: Data Transfer Modifier don't work.Bastien Montagne
2015-10-16Mesh remapping: fix loop 'best matching normals' not using transform space.Bastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-09-13Cleanup: spellingCampbell Barton
2015-08-07Fix (unreported) crash in mesh remap (i.e. data transfer).Bastien Montagne
2015-08-07Mesh remap: Fix two potential numeric issues in corner cases, and enhance pol...Bastien Montagne
2015-07-23Fix memory leaks mesh w/ mesh remappingCampbell Barton
2015-07-23Use looptri for mesh remappingCampbell Barton
2015-07-15Cleanup: wsCampbell Barton
2015-07-14Data Transfer: very minor cleanup...Bastien Montagne