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
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
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-12Quiet double promotion warning & ws editCampbell Barton
2014-06-12Fix Bevel bug T39746, small scale gives flat profile.Howard Trickey
2014-06-10Fix Bevel multisegment profile bugs T39184, T37502 and last part of T40365.Howard Trickey
2014-05-31Fix T37618 Bevel mismatched offsets and bad profile plane.Howard Trickey
2014-05-29Fix T39174 Bevel didn't maintain edge attributes.Howard Trickey
2014-05-19Style cleanupCampbell Barton
2014-05-16Fix Bevel bugs T39726 and T39108, bevels with wire edges.Howard Trickey
2014-04-29Fix T39939: Undo change of rB27db75363e67, which broke bevel.Howard Trickey
2014-04-28Bevel: Avoid sqrt comparing lengthsCampbell Barton
2014-04-28Fix T39726: wire edges cause bevel artifacts.Howard Trickey
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-04Fix T38936 Bevel strange flickering on big meshes.Howard Trickey
2014-02-28Partial fix for T38871, Bevel could create a far-out spike.Howard Trickey
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-17Bevel fix for T38675, bad bevel on slanted L.Howard Trickey
2014-02-03Bevel: remove unused assignments.Howard Trickey
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-01-28Bevel: fix glitch in "pipe" case with square profile.Howard Trickey
2014-01-28Bevel code cleanup: get rid of old 'ADJ' code.Howard Trickey
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Make multisegment bevel profiles even for all parameters.Howard Trickey
2014-01-21Fix T38300: Bevel didn't always reconstruct faces properly.Howard Trickey
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-20Bevel: fixed problems with vertex bevel and some 'weld' cases.Howard Trickey