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-11Fix: Bevel vertex didn't use weights in some casesHenrik Dick
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: quiet GCC stringop-overflow in bmesh_beautify.cCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell 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-04Cleanup: spellingCampbell 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-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: remove redundant calls to BMO_error_clearCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Fix T89345: Edit-mesh decimate doesn't update face normalsCampbell Barton
2021-06-18Fix T89247: Dereference arguments to comparison function correctlyFen
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-04-30Cleanup: comments in BMesh bisect, use doxygen sectionsCampbell Barton
2021-04-29Fix T86799: Boolean crashes duplicating object with "Fast" solverCampbell Barton
2021-04-29Fix build error: use of unintialized variableWannes Malfait
2021-04-29Fix T87863: Bisect fails when edges of an N-gon lie on the planeCampbell Barton
2021-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-02Cleanup: Remove unecessary C API for direct mesh booleanHans Goudey
2021-03-20Bevel code: add a null pointer check.Howard Trickey
2021-03-18Cleanup: spellingCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.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
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-13Cleanup: spellingCampbell Barton
2020-12-14Fix T83725 Inconsistent vertex group between exact and fast boolean.Howard Trickey
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton