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-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-06-06CleanupCampbell Barton
2015-06-05Fix T44961, bevel spikes out when certain angles near 180.Howard Trickey
2015-06-05BMesh: decimator, allow vgroup factor over 1Campbell Barton
2015-06-04BMesh decimate, improve behavior with weightsCampbell Barton
2015-06-04correct last commitCampbell Barton
2015-06-04BMesh: decimator minor editsCampbell Barton
2015-06-03Fix T41177. Bevel shouldn't try to slide along edge when can't see it.Howard Trickey
2015-06-02Fix T44742. Bevel now avoids vertex meshes when only two edges are beveled.Howard Trickey
2015-05-28BMesh: util functions to get edge loops from vertsCampbell Barton
2015-05-21BMesh: decrease decimate epsilonCampbell Barton
2015-05-21Fix T44780: Decimate planar creates concave edgesCampbell Barton
2015-05-21BMesh: decimate improvement for flat surfacesCampbell Barton
2015-05-20BMesh: decimate, test for face flip was too lowCampbell Barton
2015-05-20BMesh: decimate wasn't using face/edge centersCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-16BMesh: add sharp edge delimiterCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Cleanup: style & const'sCampbell 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-28Cleanup: redundant checksCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-13GHash: use unsigned int for ghash_sizeCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-04-11BMesh: intersect was using ptr hash for int keysCampbell Barton
2015-04-07Fix for own last commitCampbell Barton
2015-04-07Fix T44258: Can't select similar regionsCampbell Barton
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-04-05Fix T44270: Similar face region crash /w wire edgeCampbell Barton
2015-03-16Cleanup: warningsCampbell Barton
2015-03-16Fix T39184: Multisegment bevel profiles should curve in-plane sometimes.Howard Trickey
2015-03-05Fix T43898, correct all uv layers in bevel, not only the active oneAntony Riakiotakis
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-08cleanup: styleCampbell Barton
2015-01-06Fix T43137: vertex bevel percent mode wasn't implemented.Howard Trickey
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-12-26cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton