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-09-28Fix T49471: Vertex Connect randomly broken.Bastien Montagne
2016-09-25Quiet shadow warningCampbell Barton
2016-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu
2016-07-22Fix T48926: Subdivide edge-ring crashCampbell Barton
2016-07-22BMesh: compare face angles as angles cosineCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-17Fix T48667: Bisect-fill crashCampbell Barton
2016-06-15Fix error splitting convex facesCampbell Barton
2016-06-13Fix T48616: Auto-merge selects extra edgesCampbell Barton
2016-05-14Fix Cube generated UV's rotated incorrectlyCampbell Barton
2016-05-12BMesh: avoid calling delete operator w/ face dissolveCampbell Barton
2016-05-11BMesh: ignore non-manifold face connectionsCampbell Barton
2016-05-06Fix T48356: Bridge tool creates self-intersecting loopCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-12Fix T47443: Circle & UV Sphere aren't alignedCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
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