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
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2016-11-17BMesh: avoid using temp array for face-areaCampbell Barton
2016-07-22Correct mistake comparing verticesCampbell Barton
2016-07-20BMesh: improve BM_face_splits_check_legalCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-06-21Fix null-pointer freeCampbell Barton
2016-06-12bmesh py api: expose BM_face_calc_tangent_*Campbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-25Fix error in recent check for duplicate trisCampbell Barton
2015-11-20Fix T46804: Crash using triangulate modifier on a specific mesh.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-05BMesh: triangulate & poke - multires data supportCampbell Barton
2015-11-05BMesh: generalize logic for quad/ngon triangulateCampbell Barton
2015-11-03Correct error in recent commitCampbell Barton
2015-11-03BMesh: inline vert-loop iteration for normal calcCampbell Barton
2015-11-03Cleanup: use 'const' for BMesh checking funcsCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-07-29Triangulate wasn't clearing arena after each useCampbell Barton
2015-07-20Correct own error w/ recent changes to triangulateCampbell Barton
2015-07-14Match face tessellation order in edimodeCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-02-02BMesh: BM_face_triangulate take edge arrayCampbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2014-12-17Fix triangulating concave quadsCampbell Barton
2014-12-17Fix T42927: Triangulate-beauty fails on quadsCampbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Cleanup: remove scanfill define for polyfill codeCampbell Barton
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-10-07Fix T4199: Knife holes in concave ngons failedCampbell Barton
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-13Fix T40162: Vert connect creates extra face cutting across concave NGon.Campbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-13BMesh: make BM_face_calc_normal_subset apart of the bmesh apiCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-16Math Lib: optimize axis_dominant_v3_to_m3, approx 6x speedupCampbell Barton
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-27BMesh: optimize BM_face_legal_splits for concave facesCampbell Barton