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-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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-26Docs: Add to and cleanup attribute API docsHans Goudey
2021-12-23Fix: Potential use after scope in curve to mesh nodeHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-06Cleanup: remove unnecessary extern template implementationsJacques Lucke
2021-11-30Fix: Missing handling of dynamic instance attribute sizeHans Goudey
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-02Fix T92652: Joining curves breaks point attribute orderHans Goudey
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-10-24Cleanup: quiet asan warning because of uninitialized variableJacques Lucke
2021-10-20Cleanup: Add check whether to remove an anonymous atttributeHans Goudey
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-10-03Cleanup: move as_span method out of headerJacques Lucke
2021-10-03Cleanup: use extern templates for typed output attributeJacques Lucke
2021-10-03Cleanup: use movable output attribute instead of optionalJacques Lucke
2021-10-03Cleanup: make typed output attribute movableJacques Lucke
2021-10-03Cleanup: move AttributeIDRef and OutputAttribute methods out of classJacques Lucke
2021-09-23Geometry Nodes: simplify looping over attributes in geometry setJacques Lucke
2021-09-23Geometry Nodes: add utility to print an attribute id.Jacques Lucke
2021-09-16Cleanup: Remove unnecessary manual of move constructorHans Goudey
2021-09-16Geometry Nodes: Simplify using OutputAttribute in a vectorHans Goudey
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-06-09Geometry Nodes: Copy spline attributes in the curve resample nodeHans Goudey
2021-06-02Geometry Nodes: Allow reading converted attribute directly from splineHans Goudey
2021-05-20Cleanup: spellingCampbell Barton
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-14Cleanup: Move attribute code to attribute headerHans Goudey
2021-04-23Geometry Nodes: warn when output attribute has not been savedJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-02-16Geometry Nodes: move some attribute utilities to blenkernelJacques Lucke
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-21Geometry Nodes: new Attribute Sample Texture nodeJacques Lucke
2021-01-13Geometry Nodes: cleanup attribute usageJacques Lucke
2021-01-13Geometry Nodes: support optional ownership for typed attributesJacques Lucke
2021-01-12Geometry Nodes: support reading from spans of WriteAttributeJacques Lucke
2020-12-17Geometry Nodes: Make random attribute node stableHans Goudey
2020-12-16Geometry Nodes: Boolean attribute typeHans Goudey
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-03Geometry Nodes: improve support for Color attributesJacques Lucke
2020-12-03Geometry Nodes: add custom data type getter for attribute accessorJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke