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-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
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-29Cleanup: use value initialization instead of copying default valueJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-27Fix: Complete transfer attribute input renamingHans Goudey
2022-01-15Geometry Nodes: Rename transfer attribute geometry inputHans 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
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-16Fix various cases of incorrect filtering in node link drag searchHans Goudey
2021-12-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-26Geometry Nodes: refactor multi-threading in field evaluationJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-20Geometry Nodes: Instance attributes in Transfer/Capture nodesErik
2021-11-17Cleanup: change node socket availability in a single placeJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-12Fix: Incorrect transfer attribute error message with curvesHans Goudey
2021-11-11Fix: Attribute Transfer node does not work with a single indexJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-26Geometry Nodes: geometry component type warning systemJacques Lucke
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-19Fix T92345: Crash with only pointcloud in attribute transfer nodeHans Goudey
2021-10-19Geometry Nodes: Fields version of the raycast nodeHans Goudey
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-15Geometry Nodes: Fields transfer attribute nodeHans Goudey