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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-02-28Fix T74256, crash in bmesh.ops.bevel if segments not set.Howard Trickey
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-06Cleanup: remove redundant file argumentCampbell Barton
2019-02-07Bevel: better attachment points for unbeveled edges, arc miter.Howard Trickey
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-07Better bevel normal hardening when some faces were smooth.Howard Trickey
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2018-08-10Cleanup: styleCampbell Barton
2018-07-02Refactored bevel normal editing functionality.Rohan Rathi
2018-06-11Added ability to harden normals.Rohan Rathi
2018-06-04Added UI support for seams and sharp edges and cleanupRohan Rathi
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-03-13Fix bevel modifier bug #34611, limit bevel amount needed.Howard Trickey
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton