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-04-12Fix T47443: Circle & UV Sphere aren't alignedCampbell Barton
2016-04-06Quiet warning for release buildCampbell Barton
2016-04-06Tweak fill-region method to produce fewer 'gaps'Campbell Barton
2016-04-01BMesh: improve path-select fill region w/ ngonsCampbell Barton
2016-03-31Fix T48012: Knife Project crashCampbell Barton
2016-03-30Shortest Path Select: option to select all paths between 2 elementsCampbell Barton
2016-03-20Docs: add missing bmesh.ops descriptionsCampbell Barton
2016-03-15Cleanup some warningsSergey Sharybin
2016-03-14Cleanup: move MDisps flipping to own functionCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-11Fix T47749: Crash subdividing wire edge w/ mdispsCampbell Barton
2016-03-06BMesh: avoid assert dissolving degenerate facesCampbell 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-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