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-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
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29Bevel: partial fix for distortion (bug 33280).Howard Trickey
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27Bevel: better round profile code.Howard Trickey
2012-11-26use slightly more efficient BLI_array_fixedstack_declare() instead of BLI_arr...Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert fai...Howard Trickey
2012-11-23skip some redundant looping in bevel code.Campbell Barton
2012-11-22minor speedup for bevel, avoid calling find_bevvert() when we know the edge i...Campbell Barton
2012-11-21bevel: fix bug where constructed where parallel testHoward Trickey
2012-11-19improvements to bevelCampbell Barton