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-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-09-28Fix error in previous commitGermano Cavalcante
2021-09-28Fix flag wrongly set in 'BM_face_split_edgenet_connect_islands'Germano Cavalcante
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-29Clean-up: Edit and commentsPratik Borhade
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-19Spelling: Apart Versus A PartHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-24Fix T65980: Boolean crash with many intersections on a single faceCampbell Barton
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-20Fix T59074: BMesh intersect hangsCampbell Barton
2018-06-15Fix T55490, intersect two triangles fails.Howard Trickey
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2017-10-24Fix T53143: Knife Crash after Grid FillCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-08-12Fix T52329: Boolean with aligned shapes failedCampbell Barton
2017-05-18Correct last commitCampbell Barton
2017-05-18Fix T51539: BMesh boolean crashCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-10-26BMesh: edge-net split, edge selection errorCampbell Barton
2016-06-24BMesh: avoid redundant calculations comparing anglesCampbell Barton
2016-06-24Fix T48716: Knife cut creates inverted normalsCampbell Barton
2016-06-23Correct recent change to edge-netCampbell Barton
2016-06-21Fix T48683: Knife cut creates holeCampbell Barton
2016-06-21BMesh: avoid verts-of-edge iteratorCampbell Barton
2016-03-31Fix T48012: Knife Project crashCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-09Cleanup: warning/spellingCampbell Barton
2015-12-23Fix weld edges into faces - eternal loopCampbell Barton
2015-12-17BMesh: partial-connection could make duplicate edgesCampbell Barton