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-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-23Mesh: Avoid creating incorrect original index layersHans Goudey
2022-03-07Fix T96205: Active shape key gets lost upon edit mode undoCampbell Barton
2022-03-03Fix T96135: Mesh coordinates are set to the last edited shape-keyCampbell Barton
2022-02-24Fix: Crash switching between sculpt and edit modeHans Goudey
2022-02-24Fix T95985: crash when assigning a name for an output attributeJacques Lucke
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-22Fix T44415: Shape keys get out of sync when using undo in edit-modeCampbell Barton
2022-02-11Fix: Bevel vertex didn't use weights in some casesHenrik Dick
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-23Cleanup: Improvements to mesh to bmesh conversionHans Goudey
2022-01-22Fix T94760: Crash building BMesh when opening fileHans Goudey
2022-01-22Fix linking in debug modeCampbell Barton
2022-01-22Cleanup: Move bmesh_mesh_convert.c to C++Hans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-20Cleanup: spelling in commentsCampbell Barton
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2022-01-19BMesh: improve handling of custom-data flag (Mesh.cd_flag)Campbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Add support for a longest diagonal quad triangulation modeHenrik Dick
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: quiet GCC stringop-overflow in bmesh_beautify.cCampbell Barton
2022-01-06Cleanup: remove unnecessary slashes and quotes from paths in CMakeCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-12-03Fix T93574: Asset triangulating a meshCampbell Barton
2021-12-02Fix T93563: Crash subdividing with overlapping tri and quadCampbell Barton
2021-11-12Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-12Cleanup: remove redundant loop-index accessCampbell Barton
2021-11-10Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-10Fix T92874: Custom normals reset when vertex is deletedCampbell Barton
2021-11-09Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-09Fix T92384: Wrong UV layers used with Boolean Modifier (Fast Solver)Campbell Barton
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-11-08Cleanup: spelling in commentsCampbell Barton
2021-11-03Fix crash dissolving overlapping facesCampbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell Barton
2021-10-03Fix T91810 Bevel not working well with certain unbeveled edge positions.Howard Trickey
2021-10-03Cleanup: spelling in commentsCampbell Barton