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-08-10Cleanup: styleCampbell Barton
2018-08-09Quiet warnings in bmesh_bevel.c.Howard Trickey
2018-08-09Merge branch 'soc-2018-bevel' into blender2.8Rohan Rathi
2018-08-08Cleanup: trailing spaceCampbell Barton
2018-08-05Fix indentation, spacing and added commentsRohan Rathi
2018-08-04Added comments to functionality in main bevel codeRohan Rathi
2018-08-04Added comments to seam and sharp len, removed unused varRohan Rathi
2018-08-04Fix T56222: Bevel Modifier bug (uninitialized value).Bastien Montagne
2018-07-19Code cleanup and fixesRohan Rathi
2018-07-17Fix weld incoherent normals with weld operationRohan Rathi
2018-07-12Fixed shading errors with normals and added proper weightingRohan Rathi
2018-07-09Fixed artifacts in bevel with high profile and segmentsRohan Rathi
2018-07-03cleanup of extend edge data and fixed minor errorsRohan Rathi
2018-07-02Refactored bevel normal editing functionality.Rohan Rathi
2018-07-02Minor cleanup and fixed normal updating erasing entire meshRohan Rathi
2018-07-29Cleanup of fix_normal_shadingRohan Rathi
2018-06-27Patch to fix shading continuity.Rohan Rathi
2018-06-25Change bitmap to GHash in bevel_harden_normals_modeRohan Rathi
2018-06-22Fix normal shading continuity for in-plane bevelsRohan Rathi
2018-06-19Added face strength in bevel modifierRohan Rathi
2018-06-13Fix exception in superellipse where precision_reached is usedRohan Rathi
2018-06-13Corrected bevel of vertex by using profiles for curve of bevelRohan Rathi
2018-06-11Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-11Added ability to harden normals.Rohan Rathi
2018-06-04Added UI support for seams and sharp edges and cleanupRohan Rathi
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-06-03Added support for extending sharp edges with bevelRohan Rathi
2018-06-01Added ability to apply seams to all middle edgesRohan Rathi
2018-05-31Mark edges that can have seams in Bevel.Rohan Rathi
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