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
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
2018-08-01Some more minor typo fixes in comments.Bastien Montagne
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2018-04-16Multi-Object EditingCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-28Code cleanup: move edit-derivedmesh free to BKE_editmesh_free_derivedmeshCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-04-28fix for crash while drawing editmesh with weights in rare cases when the leng...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh functions out editderivedmesh.c into editmesh.cCampbell Barton