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-10Cleanup: spelling in commentsCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-01Cleanup: split bmesh tessellation into it's own fileCampbell Barton
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell 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-04-06Fix displaying edit-mesh measurements with deform modifiersCampbell Barton
2019-08-08BMesh: add utility to calculate normal from a vertex cloudCampbell Barton
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-11BMesh: Add BM_face_calc_area_uvClément Foucault
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-11-10BMesh: backport minor changes from 2.8Campbell Barton
2018-11-10BMesh: avoid incorrect/invalid matrix calculationCampbell Barton
2018-11-09Multi-Objects: MESH_OT_select_similar worldspace completionHabib Gahbiche
2017-11-20UV Cube Project: improve default behaviorCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-09-14Fix T52291: Boolean fails w/ co-linear edged ngonsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-06-12bmesh py api: expose BM_face_calc_tangent_*Campbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-03BMesh: inline vert-loop iteration for normal calcCampbell Barton
2015-11-03Cleanup: use 'const' for BMesh checking funcsCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Cleanup: remove scanfill define for polyfill codeCampbell Barton
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-13Fix T40162: Vert connect creates extra face cutting across concave NGon.Campbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-13BMesh: make BM_face_calc_normal_subset apart of the bmesh apiCampbell Barton
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-11-18Compile Fix: fix for gcc4.8 with bmesh header.Campbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-09-06bmesh utility functions BM_face_as_array_loop_tri, BM_face_as_array_loop_quadCampbell Barton