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
2021-08-30support anonymous attributes in foreach_attributetemp-geometry-nodes-fields--anonymous-attributesJacques Lucke
2021-08-30support creating anonymous attributesJacques Lucke
2021-08-24use attribute id in more placesJacques Lucke
2021-08-24more uses of attribute idJacques Lucke
2021-08-24initial attribute id refJacques 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
2021-04-15Cleanup: move type conversions to separate fileJacques Lucke
2021-04-08Geometry Nodes: Support instances in attribute searchHans Goudey
2021-03-26Cleanup: Geometry Nodes: Allow using "Auto" domain to avoid adaptingHans Goudey
2021-03-25Geometry Nodes: rename attribute domainsJacques Lucke
2021-03-23Cleanup: allow looking up size of unsupported domainsJacques Lucke
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-17Cleanup: improve gathering supported domains by geometry typeJacques Lucke
2021-03-13Geometry Nodes: Revert current normal attribute implementationHans Goudey
2021-03-09Cleanup: Complete earlier geometry component refactorHans Goudey
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-06Cleanup: commentsCampbell Barton
2021-03-06Geometry Nodes: Expose vertex normals as an attributeHans Goudey
2021-03-02Fix T86172: check if attribute is actually accessibleJacques Lucke
2021-02-25Cleanup: quiet warningJacques Lucke
2021-02-23Geometry Nodes: improve accessing attribute meta dataJacques Lucke
2021-02-19Geometry Nodes: forbid creating attribute with empty nameJacques Lucke
2021-02-18Geometry Nodes: support adapting point to corner domainJacques Lucke
2021-02-18Geometry Nodes: support accessing vertex colorsJacques Lucke
2021-02-17Geometry Nodes: Expose material index attributeHans Goudey
2021-02-16Geometry Nodes: move some attribute utilities to blenkernelJacques Lucke
2021-02-12Fix T85545: changing position attribute does not tag normals dirtyJacques Lucke
2021-02-10Fix Geometry Nodes: Broken built-in attribute exists checkHans Goudey
2021-02-10Cleanup: spellingCampbell Barton
2021-02-09Geometry Nodes: initial attribute interpolation between domainsJacques Lucke
2021-02-09Geometry Nodes: refactor internal attribute access architectureJacques Lucke
2021-01-21Merge branch 'blender-v2.92-release'Falk David
2021-01-21Geometry Nodes: fix losing data when attribute has incorrect typeJacques Lucke
2021-01-16Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-16Fix T84757: feedback loop with when modifying vertex group with nodesJacques Lucke
2021-01-15Merge branch 'blender-v2.92-release'Hans Goudey