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
2014-01-07Fix to own previous commit for bevel vertex only case.Howard Trickey
2014-01-06Bevel: use stack memory for interp_vmesh()Campbell Barton
2014-01-06Bevel: change 'adj' pattern to use subdivision.Howard Trickey
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-22error in recent commit (this is getting ridiculous),Campbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-02Bevel: add width consistency pass.Howard Trickey
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-11-27Fix T37121: decimate works badly with flat surfacesCampbell Barton
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-20Bevel Fix for nonplanar faces / reflex anglesHoward Trickey
2013-11-19Fix T36998: Bisect would operate on unselected vertices.Campbell Barton
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Fix T37476 Bevel modifier got weight from wrong edgeHoward Trickey
2013-11-15Fix Bevel artifacts bug T37053howardt
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-28fix for decimator editing the data it loops over in an unsupported way.Campbell Barton
2013-10-16beautify: passing edge/face flags as argumentsDalai Felinto
2013-10-16split operators/bmo_beautify.c into tools/bmesh_beautify.cDalai Felinto
2013-10-16fix [#37013] Mesh > bisect can't fill the cut if it lines up with two or more...Campbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-01fix [#36435] Crash on unwrap with specific meshCampbell Barton
2013-09-20Let vertex bevel work on boundary verts of polys.Howard Trickey
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-23fix error in recently added symmetrize rewrite, verts already on the aligned ...Campbell Barton
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-19fix [#36481] When "Rip Edge" cannot be completed, Blender crashes weirdlyCampbell Barton
2013-08-19correct uninitialized var, worked by accident.Campbell Barton
2013-08-18bmesh improvements to face creation.Campbell Barton
2013-08-18Fix a few compiler warnings reported by clang.Brecht Van Lommel
2013-08-17style cleanupCampbell Barton
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-08-14fix bug with editmesh rip, active edge could be left on the unselected side o...Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-04bmesh: improve limited dissolve resultCampbell Barton