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
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-01-11Cleanup: warnings (misleading-indentation)Campbell Barton
2015-12-30Fix T47081: laplacian smooth edit mode tool crash.Brecht Van Lommel
2015-12-24BMesh: remove doubles fix/optimizationCampbell Barton
2015-12-22Fix bad selection after symmetrizeCampbell Barton
2015-12-20Cleanup: invalid comment & styleCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-05Fix (unreported) Newly added grid's vertices not being selected.Bastien Montagne
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-12-01Fix auto-merge loosing edge/faces selectionCampbell Barton
2015-11-28BMesh: pass loops instead of edges/verts to filter funcsCampbell Barton
2015-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-19Recent edits to grid-fill removed edgeloop flipCampbell Barton
2015-11-19BMesh: support for grid-fill non uniform gridsCampbell Barton
2015-11-19BMesh: support splitting edge-loops when expandingCampbell Barton
2015-11-19BMesh: bmesh_jekv check for degenerate facesCampbell Barton
2015-11-18BMesh: simplify calculating grid edge loopsCampbell Barton
2015-11-17Fix T46784: Connect vertices (follow up)Campbell Barton
2015-11-16Fix T46784: Connect vertices uses odd orientationCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-05Fix face creation using incorrect loop-custom-dataCampbell Barton
2015-11-05Fix BMesh memory leak w/ multires dataCampbell Barton
2015-11-05BMesh: triangulate & poke - multires data supportCampbell Barton
2015-11-03Cleanup: use 'const' for BMesh checking funcsCampbell Barton
2015-10-31Fix T46648: Recalculate normals failsCampbell Barton
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-10-04BMesh: improved smooth subdivisionCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-31error in last commitCampbell Barton
2015-08-31Fix T45954: Inset w/ interpolated vertex colorCampbell Barton
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-08-03Fix T45620: Coplanar faces w/ flipped normals not selectedCampbell Barton
2015-08-03Cleanup: remove redundant normalizeCampbell Barton
2015-08-02correct ifdefCampbell Barton
2015-08-01Fix T45582: Connect vertex hangsCampbell Barton
2015-08-01BMesh connect pair, fallback to identity matrixCampbell Barton
2015-07-25Cleanup: double-promotion warningsCampbell Barton
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-06-21Cleanup: quiet warningCampbell Barton
2015-06-21BMesh: replace BLI_array -> BLI_stackCampbell Barton
2015-06-20BMesh: simplify join-tri'sCampbell Barton