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-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-23CustomData: const correctness for interp()Campbell 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-01BMesh: remove redundant connect-nonplanar loopCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-12BMesh: Tweak behavior for select more/lessCampbell Barton
2015-01-10Fix for regression in bmesh connect-pairCampbell Barton
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-26Fix T43013: Flip with bridge aligned loopsCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
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-10Fix T4256: Connect tool hangsCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-05Editmesh: report a warning when fill failsCampbell Barton
2014-11-04Fix use-after free (own error)Campbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-08Fix T42145: EditMesh Bevel tools had no clamping option.Bastien Montagne
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
2014-09-28BMesh: use stack for subdiv face data (no realloc)Campbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-09-02Fix editmesh-connect with adjacent vert selectionCampbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-08-29Fix T41631: Connect acts on unrelated vertCampbell Barton
2014-08-26Fix T41568: Dissolve & Tear Boundary Keeps VertsCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-08-21Fix T41523: Mesh triangle fill creates flipped facesCampbell Barton
2014-08-21Fix for BMesh fill using arbitrary face-flippingCampbell Barton
2014-08-21BMesh: fill - replace SmallHash with GHashCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-08-17CleanupCampbell Barton
2014-08-14BMesh: use a smaller dist3 thresholdCampbell Barton