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-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-10-15Fix: Missing part of previous BMesh bug fixHans Goudey
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-19BMesh: improve handling of custom-data flag (Mesh.cd_flag)Campbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-11-09Fix T92384: Wrong UV layers used with Boolean Modifier (Fast Solver)Campbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-20Fix T81865, T81860: CustomData Correction can fail on non standard namesPhilipp Oeser
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Cleanup: spellingCampbell Barton
2020-10-12Fix T81060: CustomData Correction sometimes breaks UVs and Vertex ColorsGermano Cavalcante
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-04-08Fix T67098: Inset causes shape keys to reset exiting edit-modeCampbell Barton
2019-11-26BMesh: support copying & freeing layers by typeCampbell Barton
2019-08-08BMesh: add utility to calculate normal from a vertex cloudCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-04Cleanup: Typos in comments (to to)Pablo Vazquez
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-27Fix T56872: Edge slide gives invalid normalsCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-01-19BMesh: remove BM_face_create_ngon_vcloudCampbell Barton
2017-01-18BMesh: Use angle_signed_on_axis_v3v3v3_v3Campbell Barton
2016-11-14BMesh: remove redundant argumentCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-05-28BMesh: util functions to get edge loops from vertsCampbell Barton
2015-04-25correct own error in recent ngon creation editCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-25BMesh: simplify BM_face_create_ngonCampbell Barton