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-02BMesh: BM_loop/edge_point_side_of_loop_testCampbell 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-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-11UV Island support for vertex & edge slideCampbell 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-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-01-19Make use/computation of lnors consistant.Bastien Montagne
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-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-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-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-21BMesh: check for loop side-of-loop & side-of-edgeCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-08Fix T42145: EditMesh Bevel tools had no clamping option.Bastien Montagne
2014-10-07Sculpt: minor speedup for dyntopoCampbell Barton
2014-10-07Fix T4199: Knife holes in concave ngons failedCampbell Barton
2014-10-06Dyntopo: minor speedup collapsing edgesCampbell Barton
2014-09-29Cleanup: remove smooth_ from 'smooth_factor'Campbell Barton
2014-09-28Fix T25582: Add a 'smooth factor' to smooth_vertex BMesh op.Bastien Montagne