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-03-11Cleanup: indentationCampbell Barton
2015-03-09Fix T43421: bisect_edges returns insufficient dataCampbell Barton
2015-03-06BMesh: Add extended BM_vert_calc_edge_angle that takes a fallback valueCampbell Barton
2015-03-05Fix T43898, correct all uv layers in bevel, not only the active oneAntony Riakiotakis
2015-03-02BMesh: BM_loop/edge_point_side_of_loop_testCampbell Barton
2015-03-02error in last commitCampbell Barton
2015-03-02Fix T43848: Wrong direction recalculating normalsCampbell Barton
2015-03-02BMesh: calc normals, use area weighted centerCampbell Barton
2015-02-24Fix T43792: Connect faces fails with ngonsCampbell Barton
2015-02-24Cleanup: use bit-shift for bmesh_elem_checkCampbell Barton
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Edge/Vert Slide: avoid redundant loop angle callsCampbell Barton
2015-02-23Error in last commitCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-16Vert/Edge Slide: better UV interpolationCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-11UV Island support for vertex & edge slideCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-03BMesh: optimize selection flushingCampbell Barton
2015-02-03cleanup: inconsistent BMesh select checksCampbell Barton
2015-02-03BMesh: optimize edge selectCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2015-02-02minor edits to last commitCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-02-02BMesh: BM_face_triangulate take edge arrayCampbell Barton
2015-02-01cleanup: use constCampbell Barton
2015-02-01BMesh: remove redundant connect-nonplanar loopCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-13Fix T42459: Knife fails at small scaleCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2015-01-12BMesh: Tweak behavior for select more/lessCampbell Barton
2015-01-10Fix for regression in bmesh connect-pairCampbell Barton
2015-01-08cleanup: styleCampbell Barton
2015-01-06Fix T43137: vertex bevel percent mode wasn't implemented.Howard Trickey
2015-01-04cleanup: create cube, use index lookupsCampbell Barton
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-12-26Fix T43013: Flip with bridge aligned loopsCampbell Barton
2014-12-26cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton