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-09-08Merge branch 'master' into refactor-mesh-bevel-weight-genericrefactor-mesh-bevel-weight-genericHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Merge branch 'master' into refactor-mesh-bevel-weight-genericHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Fix T100854, T100856: Invalid shape keys when exiting edit modeHans Goudey
2022-09-05Merge branch 'master' into refactor-mesh-bevel-weight-genericHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-nullptr]Clément Foucault
2022-08-31Merge branch 'master' into refactor-mesh-bevel-weight-genericHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-27Merge branch 'master' into refactor-mesh-bevel-weight-genericHans Goudey
2022-08-14Merge branch 'master' into refactor-mesh-bevel-weight-genericHans Goudey
2022-08-12Cleanup: replace term face with polyCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-06-24Merge branch 'temp-legacy-mesh-format-option' into refactor-mesh-bevel-weight...Hans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-30Merge branch 'temp-legacy-mesh-format-option' into refactor-mesh-bevel-weight...Hans Goudey
2022-05-30Cleanup: Remove outdated commentHans Goudey
2022-05-15Refactor: Move bevel weight out of MVert and MEdgeHans Goudey
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-07Cleanup: fix various typosBrecht Van Lommel
2022-03-07Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-07Fix T96205: Active shape key gets lost upon edit mode undoCampbell Barton
2022-03-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-03Fix T96135: Mesh coordinates are set to the last edited shape-keyCampbell Barton
2022-02-24Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-24Fix: Crash switching between sculpt and edit modeHans Goudey
2022-02-24Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-24Fix T95985: crash when assigning a name for an output attributeJacques Lucke
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Fix T44415: Shape keys get out of sync when using undo in edit-modeCampbell Barton
2022-02-18Mesh: Avoid creating incorrect original index layersHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
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-22Cleanup: Move bmesh_mesh_convert.c to C++Hans Goudey