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-06Store MSurfaceSample data in hair strands for mapping to a mesh.Lukas Tönne
2015-05-05Alembic: Quick fixes for strict compiler flagsSergey Sharybin
2015-05-05Take transformation into account between the duplicator and strandsLukas Tönne
2015-05-05Strand edit functions for storing edit data in the Cache Shape KeyLukas Tönne
2015-05-04Merge branch 'master' into strand_editmodeLukas Tönne
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
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-25BMesh: simplify BM_face_create_ngonCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-04-20Particle shapekey code is only in the gooseberry branch, disabled here.Lukas Tönne
2015-04-20Extended Mesh <-> BMesh copy function versions for specifying customLukas Tönne
2015-04-20Select Linked operator for hair edit mode (select all vertices of aLukas Tönne
2015-04-20IK solver for hair strands that provides a better solution for keepingLukas Tönne
2015-04-20Sanity check for strand root/tip checks, now supports single vertices.Lukas Tönne
2015-04-20Fix for hair-to-particle export: need to set weight=1.0 for hair roots,Lukas Tönne
2015-04-20Basic Add tool for creating new strands in hair edit mode.Lukas Tönne