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-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-10Fix T67190: Edge Loop Select doesn't support non-manifold edgesPratik Borhade
2021-01-31Cleanup: correct and update comments for bmesh walkersCampbell Barton
2021-01-29Fix T84906: Loop select can fail when starting from an ngonCampbell Barton
2021-01-29Docs: add diagrams describing the purpose of BMwEdgeLoopWalker.f_hubCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell 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-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2019-08-17Cleanup: spellingCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell 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
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-11BMesh: add BMW_ISLAND_MANIFOLDCampbell Barton
2016-05-11BMesh Island Walker: use direct loop accessCampbell Barton
2016-05-11BMesh: boundary walker, skip non-manifold loopsCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-10-31Fix T46651: Select linked crash w/ wire seam edgesCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-08-05Fix selecting linked edgesCampbell Barton
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-07-21Fix T45455: Select linked issue w/ hidden facesCampbell Barton
2015-06-20BMesh: minor optimization for UV island walkerCampbell Barton
2015-06-16Fix own mistake selecting linkedCampbell Barton
2015-05-29BMesh: select linked /w delimiters & wire edgesCampbell Barton
2015-05-15BMesh: add loop-shell walkerCampbell Barton
2015-05-15BMesh: rename loop walker -> edgeloopCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-05-23BMesh Walker: add face-shell walkerCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-23BMesh Walker: typecheck args for walker->begin()Campbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-12BMesh: minor change to loopingCampbell Barton