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-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-09-19Cleanup: Improve comment for curve component legacy curvesHans Goudey
2022-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-01Cleanup: remove redundant const qualifiers for scalar & enum typesCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-30Cleanup: Tweak geometry component commentsHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-08Cleanup: Rename geometry set "curve" to "curves"Hans Goudey
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
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-11Geometry Nodes: Move normal field input to be usable elsewhereHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell 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-29Fix T94113: Local view + Geometry Nodes is broken for instancesGermano Cavalcante
2021-12-26Docs: Add to and cleanup attribute API docsHans Goudey
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-08Cleanup: spelling in commentsCampbell Barton
2021-12-07Docs: Add more comments to geometry set headerHans Goudey
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-05Geometry Nodes: use array instead of map in GeometrySetJacques Lucke
2021-12-01Cleanup: Store instances id attribute with other attributesHans Goudey
2021-11-19Geometry Nodes: Support custom instance attributesErik
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-27Cleanup: remove unused function declarationJacques Lucke
2021-10-27Cleanup: clang-format, clang-tidy, spellingCampbell Barton
2021-10-26Geometry Nodes: geometry component type warning systemJacques Lucke
2021-10-26Geometry Nodes: Only create instance IDs when they existHans Goudey
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-14Geometry Nodes: Create empty components less oftenHans Goudey
2021-10-03Cleanup: move special methods of geometry set out of headerJacques Lucke
2021-09-29Cleanup: Add constructor for AttributeFieldInputHans Goudey