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-11-13Fix T95335 Bevel operator Loop Slide overshoot.Howard Trickey
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-08-06Fix T98025: Revert "Fix Bevel intersection continuity."Howard Trickey
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-25Cleanup: spelling in commentsCampbell Barton
2022-04-23Fix a failing bmesh_bevel test by fixing buffer overflow.Howard Trickey
2022-04-22Cleanup: Clang tidy, unused variable warningsHans Goudey
2022-04-22Re-fix some comments in bmesh_bevel.c.Howard Trickey
2022-04-22Fix T56625: Bevel sometimes made zero area UV faces.Howard Trickey
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-11Merge branch 'blender-v3.1-release'Henrik Dick
2022-02-11Fix: Bevel vertex didn't use weights in some casesHenrik Dick
2022-02-07Cleanup: spelling in commentsCampbell Barton
2022-02-07Fix Bevel intersection continuity.Henrik Dick
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-03Fix T91810 Bevel not working well with certain unbeveled edge positions.Howard Trickey
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-25Fix T86768, bevel doesn't loop slide sometimes.Howard Trickey
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-03-20Bevel code: add a null pointer check.Howard Trickey
2021-02-28Fix T86082 Bevel messed up UVs on some multisegment bevels.Howard Trickey
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-07Fix T84493 et al: New Boolean on Suzanne.Howard Trickey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-30Fix T84465 Bevel Percent and Absolute when limit type is Weight.Howard Trickey
2021-01-24Cleanup: spellingCampbell Barton
2020-11-12Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-12Fix T80475, bad bevel: side vertex in bad plane in some cases.Howard Trickey
2020-11-06Cleanup: Use descriptive variable namesHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Cleanup: Use typedef for bevel angle kind enumHans Goudey
2020-11-03Fix T82120: Arc miter bevel creates miters on straight edgesHans Goudey