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-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
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2015-07-21Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing.Bastien Montagne
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-10CustomData: deprecate CD_ID_MCOLCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-26Code cleanup: give anomymous enum used for CustomData.type a nameNicholas Bishop
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2013-09-13Change the enum for CustomDataMask bits back to #defines.Nathan Letwory