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
2015-12-10Fix for mistake in intersect duplicate list checkCampbell Barton
2015-12-10BMesh: minor optimization for intersectCampbell Barton
2015-11-26Fix error with intersect handling split-wire edgesCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-05-01Fix a couple of harmless compiler warnings.Brecht Van Lommel
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-13GHash: use unsigned int for ghash_sizeCampbell Barton
2015-04-11BMesh: intersect was using ptr hash for int keysCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-08-21Fix T41517: BMesh intersect crashCampbell Barton
2014-08-21CleanupCampbell Barton
2014-08-20Correct mistake in recently added intersect toolCampbell Barton
2014-08-19Fix for fix (don't guess enum's sign)Campbell Barton
2014-08-18Fix building on some compilers (clang on OSX).Bastien Montagne
2014-08-18BMesh: intersect toolCampbell Barton