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
2017-06-07Bevel Op (internal and API) now returns new edges and verts as well asHoward Trickey
2017-05-29Fix T50906 and T49361, bevel didn't curve in plane sometimes.Howard Trickey
2017-05-28Fix T48996, bevel bad for certain in-plane edges.Howard Trickey
2017-05-23Fix T48668, bevel mistake on presumed reflex angle.Howard Trickey
2017-05-16Fix T49467: Crash due to assert failure in bevel.Howard Trickey
2016-12-28Fix T49848: bevel of spiral gets bigger and bigger widths.Howard Trickey
2016-12-06Fix T50003, Bevel makes non-manifold mesh.Howard Trickey
2016-10-16Fix assert in the wrong place, should be moved earlier to do anything.Chase Willden
2016-09-12Fix T49296, assert failure in Bevel code.Howard Trickey
2016-08-17Fix Bevel crashes T49088 and T48858.Howard Trickey
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-01Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-05-25Fix T47257: bevel crash when there are internal faces.Howard Trickey
2015-09-13Cleanup: spellingCampbell Barton
2015-09-07Fix T46029. Center ngon in bevel got no attributes or interpolation data.Howard Trickey
2015-09-04Quiet warningsJulian Eisel
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-19Cleanup: style + doxyCampbell Barton
2015-08-16Fix T39486, screwed object bevel made bevel amount go out of control.Howard Trickey
2015-08-16Fix T45795, bevel treated one-edge-beveled case inconsistently.Howard Trickey
2015-08-14Fix T40070, Bevel didn't bend as expected sometimes.Howard Trickey
2015-08-14Remove already-ifdef'ed out PRE_275_ALGORITHM code from bevel.Howard Trickey
2015-08-14Cleanup: styleCampbell Barton
2015-08-12Fix T44049, edge bevel with sometimes breaks UVs.Howard Trickey
2015-07-25Cleanup: double-promotion warningsCampbell Barton
2015-07-06Fix T45331, a bevel regression for 2.75.Howard Trickey
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-06-06CleanupCampbell Barton
2015-06-05Fix T44961, bevel spikes out when certain angles near 180.Howard Trickey
2015-06-03Fix T41177. Bevel shouldn't try to slide along edge when can't see it.Howard Trickey
2015-06-02Fix T44742. Bevel now avoids vertex meshes when only two edges are beveled.Howard Trickey
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-03-16Cleanup: warningsCampbell Barton
2015-03-16Fix T39184: Multisegment bevel profiles should curve in-plane sometimes.Howard Trickey
2015-03-05Fix T43898, correct all uv layers in bevel, not only the active oneAntony Riakiotakis
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-11cleanup: style/indentationCampbell Barton
2015-01-08cleanup: styleCampbell Barton
2015-01-06Fix T43137: vertex bevel percent mode wasn't implemented.Howard Trickey
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-08-12Cleanup: magic numbersCampbell Barton
2014-07-21CleanupCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-07-14BMesh: avoid redundant normalize comparing anglesCampbell Barton
2014-06-15Fix T40007 Bevel tool resets after getting to 1.Howard Trickey