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-07-20Cleanup: spellingCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Cleanup: use BMLoop.next/prev for BMesh auto-smooth logicCampbell Barton
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-07Cleanup: update filename referencesCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-05BMesh: dissolve faces no longer fails when some faces can't dissolveCampbell Barton
2021-07-05Cleanup: minor improvements to BMesh dissolve facesCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-07-01Cleanup: remove redundant calls to BMO_error_clearCampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton
2021-06-28Cleanup: update commentsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26Edit Mesh: optimize common use-cases for partial updatesCampbell Barton
2021-06-26BMesh: skip partial updates when there is nothing to doCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix T89269: Memory corruption during extrusions of overlapping edgesGermano Cavalcante
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Fix T89345: Edit-mesh decimate doesn't update face normalsCampbell Barton
2021-06-21Performance: Flush selection to edges/faces.Jeroen Bakker
2021-06-21Fix T89271: Selecting all vertices doesn't select all edges.Jeroen Bakker
2021-06-20Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-06-18Fix T89261: Crash when calculating bmesh tessellationGermano Cavalcante
2021-06-18BMesh: use threading to count total selection.Jeroen Bakker
2021-06-18Performance: Limit recounting during selection mode flushing.Jeroen Bakker
2021-06-18Cleanup: use 'bmesh' prefix for BMesh tessellation utilitiesCampbell Barton
2021-06-18Cleanup: move mesh tessellation into it's own fileCampbell Barton
2021-06-18Fix T89247: Dereference arguments to comparison function correctlyFen
2021-06-15Fix warning treated as an errorGermano Cavalcante
2021-06-15BMesh: assert that face normals have been updated for tessellationCampbell Barton
2021-06-15Cleanup: remove return value from face normal calculationCampbell Barton
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14BMesh: remove unit-length edge-vector cache from normal calculationCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-09BMesh: multi-thread face tessellationCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-08BMesh: simplify normal calculation, resolve partial update errorCampbell Barton
2021-06-07Cleanup: use doxy groups for bmesh_mesh_normals.cCampbell Barton
2021-06-07Cleanup: split bmesh normal calculation into separate filesCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-05BMesh: avoid extra faces-of-edges loop building partial update dataCampbell Barton