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-01-28cleanup: spelling / typosMike Erwin
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-11Cleanup: warnings (misleading-indentation)Campbell Barton
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-08Fix bisect flagging w/ multiple cuts on an ngonCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-30Fix T47081: laplacian smooth edit mode tool crash.Brecht Van Lommel
2015-12-27BMesh Path Select: Face Stepping OptionCampbell Barton
2015-12-27BMesh: BM_loop_share_edge_check utility funcCampbell Barton
2015-12-26BMesh: add checks for duplicates in a faceCampbell Barton
2015-12-26BMesh: check at least 2 edges in each loops vertCampbell Barton
2015-12-24Cleanup: use enum for bmesh_elem_checkCampbell Barton
2015-12-24BMesh: remove doubles fix/optimizationCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-12-23Fix weld edges into faces - eternal loopCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton
2015-12-23Fix error in BM_vert_is_edge_pairCampbell Barton
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