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-11File headers: SPDX License migrationCampbell Barton
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
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-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-12-02Fix (unreported): incorrect custom data layer createdJacques Lucke
2021-12-01Fix: Remove incorrect asserts for empty attributesHans Goudey
2021-12-01Cleanup: Store instances id attribute with other attributesHans Goudey
2021-11-30Fix: Missing handling of dynamic instance attribute sizeHans Goudey
2021-11-26Geometry Nodes: deduplicate virtual array implementationsJacques Lucke
2021-11-19Geometry Nodes: Support custom instance attributesErik
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-02Fix T92652: Joining curves breaks point attribute orderHans Goudey
2021-11-02Cleanup: Add function to get attribute ID from custom data layerHans Goudey
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-20Fix: Crash when retrieving output "id" attributeHans Goudey
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-18Cleanup: Rearrange code, rename functionHans Goudey
2021-10-18Cleanup: Use simpler method to create attribute lookupsHans Goudey
2021-10-03Cleanup: move as_span method out of headerJacques Lucke
2021-09-23Geometry Nodes: add utility to print an attribute id.Jacques Lucke
2021-09-17Geometry Nodes: Add a toggle to use attributes as input valuesHans Goudey
2021-09-16Geometry Nodes: Simplify using OutputAttribute in a vectorHans Goudey
2021-09-16Cleanup: Add built-in check for an attribute IDHans Goudey
2021-09-14Cleanup: simplify resource scope methodsJacques Lucke
2021-09-11Geometry Nodes: add field support for socket inspectionJacques Lucke
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-09Geometry Nodes: Copy spline attributes in the curve resample nodeHans Goudey
2021-06-04Cleanup: Add comment explaining assertHans Goudey
2021-06-02Geometry Nodes: Allow reading converted attribute directly from splineHans Goudey
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey
2021-04-23Geometry Nodes: warn when output attribute has not been savedJacques Lucke
2021-04-22Geometry Nodes: Add initializer for attribute creationHans Goudey
2021-04-22Geometry Nodes: Get attribute domain and type without allocationHans Goudey
2021-04-21Geometry Nodes: add method to get attribute by name and typeJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-04-15Geometry Nodes: refactor implicit conversionsJacques Lucke