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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-08-05Cleanup: Remove outdated commentHans Goudey
2022-07-26Refactor: Extract color attributes as generic attributesHans Goudey
2022-06-27Fix color attribute interpolation with GPU subdivisionKévin Dietrich
2022-06-18Cleanup: Remove unused argument, unnecessary struct keywordHans Goudey
2022-06-18Cleanup: Always store attribute name in attribute requestHans Goudey
2022-06-15Cleanup: Miscellaneous improvements to draw attribute extractionHans Goudey
2022-06-05Cleanup: Move remaining mesh draw code to C++Hans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-25Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-25Fix vertex format for mesh attributes with GPU subdivisionKévin Dietrich
2022-05-24EEVEE: support Curves attributes renderingKévin Dietrich
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-02Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-03-02Fix T94952: normals maps don't render correctly with GPU subdivisionKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
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
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-11-15Fix T92750: sculpt vertex colors missing in object modeKévin Dietrich
2021-10-27Cleanup: clang-format, clang-tidy, spellingCampbell Barton
2021-10-27Revert "Revert "Eevee: support accessing custom mesh attributes""Germano Cavalcante
2021-10-26Revert "Eevee: support accessing custom mesh attributes"Ray Molenkamp
2021-10-26Eevee: support accessing custom mesh attributesKévin Dietrich