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-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05Cleanup: use doxygen links to struct membersCampbell Barton
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
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-11File headers: SPDX License migrationCampbell Barton
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-03Cleanup: Add comment about unsed custom data typeHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2021-12-24Cleanup: Remove misleading commentsHans Goudey
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2020-12-17Geometry Nodes: Point separate and attribute compare nodesHans Goudey
2020-12-16Geometry Nodes: Boolean attribute typeHans Goudey
2020-09-18Cleanup: remove unused navmesh codePhilipp Oeser
2020-09-09Geometry: use generic attributes for Hair and Point CloudsBrecht Van Lommel
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-15CustomData: add float2 and float3 data typesJacques Lucke
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-05Sculpt Face SetsPablo Dobarro
2020-02-20Cleanup: unused enumsCampbell Barton
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-08-27Fix multires modifier using too much memory outside of sculpt modeBrecht Van Lommel
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-03Fix T66369: Excessive WARN messages in console when opening older filesBastien Montagne
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Fix T62891: particle even distribution is not even.Brecht Van Lommel
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2017-05-30Face Maps: custom-data, UI and RNA APICampbell Barton
2017-05-25TexFace removal part 3Campbell Barton