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-05-20doxygen: corrections/updatesCampbell Barton
2015-05-19BMesh: calls to store selection at the list headCampbell Barton
2015-05-19BMesh: add BM_edge_pair_share_face_by_lenCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-16BMesh: add sharp edge delimiterCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-15BMesh: add loop-shell walkerCampbell Barton
2015-05-15BMesh: rename loop walker -> edgeloopCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-06Correct own error: is_manifold_region on wire vertCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-05-05BMesh: improve rip tool /w mon-manifold vertsCampbell Barton
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-02BMesh: utility to split isolated loop regionsCampbell Barton
2015-05-02Cleanup: redundant varsCampbell Barton
2015-05-02BMesh: rework BM_vert_is_manifold (simplify logic)Campbell Barton
2015-05-02BMesh: replace radial count with simple checksCampbell Barton
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-05-02BMesh: BM_vert_separate double edge fixCampbell Barton
2015-05-02BMesh: return error on mesh validateCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-05-02Cleanup: use function attrs for BMesh inline funcsCampbell Barton
2015-05-01Fix a couple of harmless compiler warnings.Brecht Van Lommel
2015-05-01Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Coll...Bastien Montagne
2015-04-30BMesh: correct bmesh_edge_vert_swapCampbell Barton
2015-04-30BMesh: add bmesh_disk_vert_replaceCampbell Barton
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-29BMesh: simplify/optimize loop splitting logicCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29Fix T44542: 'extend selection' editmode tool would select hidden elements.Bastien Montagne
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-04-29Correct commentCampbell Barton
2015-04-29BMesh: optimize edge splitCampbell Barton
2015-04-29BMesh: replace smallhash flag for checking doublesCampbell Barton
2015-04-29BMesh: avoid over-counting vert-edgesCampbell Barton
2015-04-28Cleanup: const correctnessCampbell Barton
2015-04-28Fix for Clang type checkCampbell Barton
2015-04-28Cleanup: redundant checksCampbell Barton
2015-04-26BMesh: increase subdiv smooth strengthCampbell Barton
2015-04-26Cleanup: bmesh subdivideCampbell Barton
2015-04-26BMesh: subdiv smooth, use simpler even calculationCampbell Barton
2015-04-26Cleanup: subdivide smooth vertex placementCampbell Barton
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-04-26BMesh: use const for API callsCampbell Barton
2015-04-26BMesh: BM_ELEM_CD_GET_VOID_P cast removed constCampbell Barton
2015-04-25correct own error in recent ngon creation editCampbell Barton