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-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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-15Cleanup: commas at the end of enumsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2015-11-19Cleanup: remove unused bmesh iteratorCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-09-25BMesh: type-check iterator data argumentCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-06-26correct typos in comments.Campbell Barton
2013-05-25bmesh: optimize iterator size using a union for iterator specific data.Campbell Barton
2013-05-13remove BLI_array use in bmesh mirror, add BMO_iter_as_arrayN() function.Campbell Barton
2013-03-28BMesh: make the context create operator (Fkay) more logical, before calling e...Campbell Barton
2013-03-27api cleanup: replace BMO_vert_edge_flags_count() with more reusable function ...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-20code cleanup: remove unused members of BMIter struct to save some space. (thi...Campbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-09-11fix [#31738] BM_vert_splice modifies loops during iterationCampbell Barton
2012-04-28bmesh api functions, not used yet:Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton