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-11-08Geometry Nodes: Add preferred domain to many field inputsHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans 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-05Cleanup: Move curve length field input to blenkernelHans Goudey
2022-05-05Cleanup: Further clarification and renaming of curve field inputsHans Goudey
2022-05-05Cleanup: Rename field input class nameHans Goudey
2022-03-30Curves: Port resample node to the new data-blockHans Goudey
2022-03-30Curves: Port length node to the new data-blockHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-16Curves: Port count spline length output to new data-blockHans Goudey
2022-03-08Geometry Nodes: fix spline length node after recent refactorJacques Lucke
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-12-01Geometry Nodes: Add Point Count to Spline Length NodeJohnny Matthews
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-01Geometry Nodes: Spline Length Input Nodeguitargeek