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-08-12Cleanup: replace misleading use of 'true' for the bit-field sizeCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
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-16Cleanup: sort struct declarationsCampbell Barton
2021-06-07Cleanup: split bmesh normal calculation into separate filesCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-09BMesh: add utility functionsCampbell Barton
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-04-07Cleanup: remove unused BM_total_loop_select functionCampbell Barton
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2019-11-21Object: edit-mode data support for object vertex coordinate accessCampbell Barton
2019-06-16Fix T65809: Blender crash while using the Normal's "merge" option in edit mode.Bastien Montagne
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-11-27Revert "Fix texture space not updating in edit mode."Campbell Barton
2018-11-26Fix texture space not updating in edit mode.mano-wii
2018-10-24Merge branch 'master' into blender2.8Campbell Barton
2018-10-24BMesh: inline index lookupsCampbell Barton
2018-08-10Cleanup: styleCampbell Barton
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-27Cleanup: remove BKE's modifiers_bmesh.c, other DM removal/cleanup in BMesh code.Bastien Montagne
2018-06-11Added ability to harden normals.Rohan Rathi
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2018-05-09Expanded BMALLOC_TEMPLATE_FROM_ME to accept two meshesSybren A. Stüvel
2018-04-16Multi-Object EditingCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-07-02BMesh: utility function to resize bmesh elementsCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2014-08-22Cleanup: BMesh arg nameCampbell Barton
2014-08-07BMesh: use existing lookup tables when remappingCampbell Barton
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-02-12Fix Editderivedmeshes vertices normals computation.Bastien Montagne
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27rename BM_vert_at_index -> BM_vert_at_index_find (since this searches the mem...Campbell Barton