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-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
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-06-01Cleanup: split face tessellation into inline functionsCampbell Barton
2021-06-01Cleanup: split bmesh tessellation into it's own fileCampbell Barton
2021-06-01Cleanup: remove disabled face tessellation logicCampbell Barton
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-05-31Win: Fix warnings as errors being off for bmeshRay Molenkamp
2021-04-30Cleanup: comments in BMesh bisect, use doxygen sectionsCampbell Barton
2021-04-29Clean-up: Edit and commentsPratik Borhade
2021-04-29Fix T86799: Boolean crashes duplicating object with "Fast" solverCampbell Barton
2021-04-29Fix T87779: Asymmetric position vertices in circles primitives.Campbell Barton
2021-04-29Fix build error: use of unintialized variableWannes Malfait
2021-04-29Fix T87863: Bisect fails when edges of an N-gon lie on the planeCampbell Barton
2021-04-15Fix missing NULL checks in adb21faa83d69069418d7bb14e0211261072f3a9Campbell Barton
2021-04-15Fix T70286: Dissolve vertices/edges creates duplicate faceCampbell Barton
2021-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-02Cleanup: Remove unecessary C API for direct mesh booleanHans Goudey
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-20Bevel code: add a null pointer check.Howard Trickey
2021-03-18Cleanup: spellingCampbell Barton
2021-03-16Fix T86168: Add primitive Grid. Wrong number of subdivisionsPratik Borhade
2021-03-10Fix T67190: Edge Loop Select doesn't support non-manifold edgesPratik Borhade
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-02Cleanup: spelling, minor correctionsCampbell Barton
2021-03-01Cleanup: spellingCampbell Barton
2021-02-28Fix T86082 Bevel messed up UVs on some multisegment bevels.Howard Trickey
2021-02-24Docs: clarify radial/cycle use for BMesh loopsCampbell Barton
2021-02-22Fix T85753: Default UVs for Icosphere are flipped horizontallyPhilipp Oeser
2021-02-22Fix proportional connected not working with loose edges due to hidden geometryPablo Dobarro
2021-02-17Cleanup: spellingCampbell Barton
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-10Cleanup: spellingCampbell Barton
2021-02-10Cleanup: update old commentsCampbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-07Fix T84493 et al: New Boolean on Suzanne.Howard Trickey
2021-02-06UI: Fix Typos in Comments and Docsluzpaz