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
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
2015-07-14Workaround for non-bleeding edge compilers and const cast of pointer arrays.Sergey Sharybin
2015-07-13Add some pedantic casts, since some guys around like to take all warnings fro...Bastien Montagne
2015-07-13Data Transfer: Add an option to 'auto-transform' destination mesh so that it ...Bastien Montagne
2015-07-07Fix/Cleanup mesh remap dest transformation in tree/source space.Bastien Montagne
2015-05-07Fix T44631: Custom Normal Data Transfer crash.Bastien Montagne
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-30Data transfer - Loop Islands Hell Fixes.Bastien Montagne
2015-04-28Fix T44522: loop remapping between meshes when using 'nearest vert, best matc...Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-25cleanup: warnings, spellingCampbell Barton
2015-01-19Fix a crasher in recent own mesh remap code ('island' area... :/ ).Bastien Montagne