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-12-11BMesh: Boolean as an edit-mode toolCampbell Barton
2015-12-11Correct error in recent commit w/ hole-fillingCampbell Barton
2015-12-11BMesh: hole support for intersect toolCampbell Barton
2015-12-11BMesh: Add BM_face_kill_looseCampbell Barton
2015-12-10MSVC 2015 fix, /WX warnings as errors is to restrictive for msvc 2015 current...Martijn Berger
2015-12-10Fix for mistake in intersect duplicate list checkCampbell Barton
2015-12-10BMesh: minor optimization for intersectCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-09BMesh: move BM_face_split_edgenet to its own fileCampbell Barton
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-02BMesh Decimate: don't collapse zero weighted edgesCampbell Barton
2015-12-02Cleanup: warnings & spellingCampbell Barton
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-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-26Fix error with intersect handling split-wire edgesCampbell Barton
2015-11-25Fix error in recent check for duplicate trisCampbell 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-21BMesh: improve face-path-picking w/ tri-fansCampbell Barton
2015-11-20Cleanup: variable names, ascii diagramCampbell Barton
2015-11-20Recent change to bmesh_jekv caused assertCampbell Barton
2015-11-20Fix T46804: Crash using triangulate modifier on a specific mesh.Bastien Montagne
2015-11-19Recent edits to grid-fill removed edgeloop flipCampbell Barton
2015-11-19Fix related to T46804 - BMesh validate code would use invalid pointers after ...Bastien Montagne
2015-11-19BMesh: support for grid-fill non uniform gridsCampbell Barton
2015-11-19BMesh: support splitting edge-loops when expandingCampbell Barton
2015-11-19BMesh: new API call to collapse an edgeCampbell Barton
2015-11-19BMesh: bmesh_jekv check for degenerate facesCampbell Barton
2015-11-19Cleanup: remove unused bmesh iteratorCampbell Barton
2015-11-18BMesh: simplify calculating grid edge loopsCampbell Barton
2015-11-18BMesh: symmetry aware decimateCampbell Barton
2015-11-17Fix T46784: Connect vertices (follow up)Campbell Barton
2015-11-16Fix T46784: Connect vertices uses odd orientationCampbell Barton
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-05Error in last commitCampbell 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-05BMesh: generalize logic for quad/ngon triangulateCampbell Barton
2015-11-04Add missing check for multires interpolationCampbell Barton
2015-11-03Cleanup: de-duplicate quad_coord & resolve_quad_uv_v2Campbell Barton
2015-11-03Correct error in recent commitCampbell Barton
2015-11-03Edge/Vert slide: improve multires interpolationCampbell Barton
2015-11-03BMesh: add BM_loop_interp_multires_ex which takes cached varsCampbell Barton
2015-11-03BMesh: inline vert-loop iteration for normal calcCampbell Barton