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-30Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-04-14Cleanup: Declare variables where initializedHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-09-02Fix regression in recent change 0708733c46cb6b50697c1b80a6541d6fb410267eCampbell Barton
2021-09-02Cleanup: remove redundant edit-mesh memory allocationCampbell Barton
2021-09-02Fix T91123: Freeing meshes in edit-mode leaks memoryCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-18Fix error passing in false as instead of a structCampbell Barton
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2020-10-14Cleanup: commented includesCampbell Barton
2020-10-14Fix T81511: Loop-cut overlay doesn't follow deformed cageCampbell Barton
2020-07-01Cleanup: spellingCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-04-08Fix T67098: Inset causes shape keys to reset exiting edit-modeCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-07BMesh: remove BMEditMesh.ob use BKE_editmesh_lnorspace_* APICampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2019-12-24Cleanup: remove unused statvis code & struct membersCampbell Barton
2019-11-21Object: edit-mode data support for object vertex coordinate accessCampbell Barton
2019-09-23Fix selection and snapping misusing texture space as boundboxBrecht Van Lommel
2019-08-25Cleanup: rename mesh looptri/tessface functionsCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-05-21Cleanup: clang-format, sort structsCampbell Barton
2019-05-20Normal UI: for all ops needing autosmooth on, enable it if needed.Howard Trickey
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-15Cleanup: remove references to DerivedMeshCampbell Barton
2018-10-09Edit Mesh: replace DerivedMesh w/ MeshCampbell Barton
2018-09-25Edit Mesh: Move Edit Mesh display settings to overlay'sClément Foucault
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-04Fixed comment formatting in editmesh.cRohan Rathi