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-22Fix bad selection after symmetrizeCampbell Barton
2015-12-22BMesh: store stackdepth as an indexCampbell Barton
2015-12-20Cleanup: invalid comment & styleCampbell Barton
2015-12-17BMesh: add BM_face_share_vert_check/countCampbell Barton
2015-12-17BMesh: partial-connection could make duplicate edgesCampbell Barton
2015-12-16BMesh: support connecting single-edge island linksCampbell Barton
2015-12-16BMesh: utility function to split off wire edgesCampbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-13BMesh: don't use total faces to detect editsCampbell Barton
2015-12-13BMesh: no need to tag edges created to fill holesCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-12BMesh: editmode booleans ignored when no faces cutCampbell Barton
2015-12-12Correct error in last boolean commitCampbell Barton
2015-12-11Fix for invalid void* to typed pointer assignment in bmesh when used in C++ c...Lukas Tönne
2015-12-11Commend timing prints for booleanCampbell Barton
2015-12-11BMesh: boolean wasn't ignoring hidden facesCampbell Barton
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
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