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
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16Add BMesh and WM symmetrize operatorsNicholas Bishop
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-24fix [#32357] Subdivide fails on newly created edgeCampbell Barton
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton
2012-07-27Fix #32199: Smooth Vertex no longer has X, Y and Z options.Sergey Sharybin
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03add bmesh/python operator support for vector and matrix args.Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-30add support for passing lists of verts/edges/faces to bmesh operatorsCampbell Barton
2012-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-03Fix #31139: fractal mesh subdivide was only working along normal where previo...Brecht Van Lommel
2012-04-29Add convex hull operator (bmesh operator and wm operator.)Nicholas Bishop
2012-04-29wireframe option to crase edges at the hub, much nicer subsurfCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-23code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh...Campbell Barton
2012-04-21fix [#31049] New Faces (F) always solid shadedCampbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-15Fix [#30943] Crash when edge mode enabled and use the bmesh vertex slide(shif...Francisco De La Cruz
2012-04-09fix [#30852] Wrong Material ID applied for the new facesCampbell Barton
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-03-30Small code cleanups related to arrays.Nicholas Bishop
2012-03-27Spelling fix, sentine -> sentinel.Nicholas Bishop
2012-03-26fix [#30257] bmesh: Rip "V" don't work on end vertexCampbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20bmesh inset:Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-04bmesh: add back feature from 2.4x Ctrl+Shift+T subdivides quads in the altern...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-23bmesh split tool (Ykey), was only splitting off faces, unlike EditMesh which ...Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton