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
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-05-07Fix Bevel percent mode bug 54228Howard Trickey
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-08Disable fast adjust code. Add other end spec matching.Howard Trickey
2018-02-05Fix bevel profile=1 problems, see T39132, T38458, T40278, T51010,Howard Trickey
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-29Fix nan problem in previous bevel commit.Howard Trickey
2018-01-29Fix T53459, inconsistent bevel on identical edges.Howard Trickey
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-12-18Fix T53474, bevel glitchy with big objects.Howard Trickey
2017-12-04Better bevel profile at extreme values of profile.Howard Trickey
2017-08-11Fix bevel clamping bugs T51247 and T50819.Howard Trickey
2017-07-31Code cleanup: fix warning with clang.Brecht Van Lommel
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