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
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-03-13Fix T50920: Adds missing edges on return of bisect operatorGermano Cavalcante
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-01-19BMesh: remove BM_face_create_ngon_vcloudCampbell Barton
2017-01-19Fix T49807: Inset faces edge rail bugCampbell Barton
2016-11-17Cleanup: redundant index loop for monkey-createCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
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