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
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-05-24Fix bug #35450, bevel make large spikes sometimes.Howard Trickey
2013-04-21code cleanup: avoid unneeded normalizations when joining tris -> quads, also ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-31style cleanupCampbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-13Fix bevel modifier bug #34611, limit bevel amount needed.Howard Trickey
2013-03-12code cleanup: quiet struct gcc warnings, also use more conventional names for...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-04code cleanup: warningsCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-31Fix bevel bug #33906, unwanted distortion with skewed meshes.Howard Trickey
2013-01-31style cleanupCampbell Barton
2013-01-30correction to r54188, also don't attempt to triangulate triangles.Campbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-21Bevel vertex: fix rebuild of faces so they are connected when seg > 1.Howard Trickey
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Bevel vertex only (shortcut: control-shift-B) initial commit.Howard Trickey
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-08fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex colorCampbell Barton
2013-01-08Fix bevel crash #33801, when first edge of a vertex is wire.Howard Trickey
2013-01-07style cleanupCampbell Barton
2013-01-03Fix bevel crash bug #33714. Had to disable elem tag on new vertices.Howard Trickey
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-23code cleanupCampbell Barton
2012-12-19use BM_face_create() over BM_face_create_ngon() in bevel and extrude individu...Campbell Barton
2012-12-16fix own error [#33529] Bevel on a certain edgeloop results in segmentation faultCampbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11own cleanup commit in bmesh branch - removed last letters from ends of some c...Campbell Barton
2012-12-08fix [#33438] Bevel modifier "angle" mode is brokenCampbell Barton
2012-12-07Bevel: fix 'causing artifacts' bug 33245.Howard Trickey
2012-12-04bevel - use tri-fan filling in the special case when a bevel edge meets a non...Campbell Barton
2012-12-04bevel: re-order checks so angle checks are done after quick sanity checks.Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-03Bevel: fix for bulging part of bug 33280.Howard Trickey
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-01Bevel: fix crash bug 33362, when beveling one edge at valence 2 vertex.Howard Trickey
2012-12-01Bevel: fix spike in suzanne, bug 33354.Howard Trickey