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-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-02-16Cleanup: Deduplicate functions for creating attributesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-03Fix T94581: Incorrect geometry delete behavior with instancesHans Goudey
2021-12-29Geometry Nodes: Support instances in the delete geometry nodeHans Goudey
2021-12-15Refactor: Simplify spreadsheet handling of cell valuesHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-01Fix: Instances component does not copy 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-19Geometry Nodes: Support custom instance attributesErik
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-10-26Geometry Nodes: Only create instance IDs when they existHans Goudey
2021-09-27Geometry Nodes: add utility to process all instances separatelyJacques Lucke
2021-09-27Geometry Nodes: new Instance on Points nodeJacques Lucke
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21Geometry Nodes: Fill instances separately in the curve fill nodeHans Goudey
2021-09-20Geometry Nodes: support Set Position node on instancesJacques Lucke
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-05-10Cleanup: spellingCampbell Barton
2021-05-09Geometry Nodes: Improve point instance node performanceHans Goudey
2021-05-04Geometry Nodes: refactor instances componentJacques Lucke
2021-04-26Fix (unreported): Geometry nodes instance ids not copied or clearedHans Goudey
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-03-10Geometry Nodes: move geometry component type enum to CJacques Lucke
2021-03-08Cleanup: Move geometry component implementations to separate filesHans Goudey