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-05-30Cleanup: Move attribute.c to C++Hans Goudey
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-04-22Fix accessing attribute data in editmodePhilipp Oeser
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-13Fix T97164: Voxel remesh only supports vertex floatJoseph Eagar
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-11Cleanup: fix attribute.c incorrectly usingJoseph Eagar
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-06Cleanup: quiet compiler warningsCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-03Curves: Changes to the new curves data-blockHans Goudey
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-07-22Fix T90026: attributes added in editmode are lost on modeswitchPhilipp Oeser
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-03-25Geometry Nodes: rename attribute domainsJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel
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