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-05Cleanup: Remove unnecessary node type registraction functionsHans 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-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-05Curves: Move type conversion to the geometry moduleHans Goudey
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-01Fix: Incorrectly sized curves created in set conversion nodeHans Goudey
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-08Fix: Heap buffer overflow in new curves set type nodeHans Goudey
2022-06-08Curves: Port set type node to new data-blockHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-04Cleanup: Adjust variable names, miscellaneous changesHans Goudey
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Fix: Assert in set spline type node after recent commitHans Goudey
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
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-23Fix: Errors in previous cleanup commitHans Goudey
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey
2022-02-23Cleanup: Use new enum for CurveEval handle typesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-17Geometry Nodes: Improve conversion from NURBS to BezierPiotr Makal
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-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-27Geometry Nodes: Parallelize "Set Spline Type"-nodeErik
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques 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-01Geometry Nodes: Set Spline Type Node Field Updateguitargeek
2021-09-28Geometry Nodes: move legacy nodes to separate folderJacques Lucke
2021-09-10Geometry Nodes: Add versioning to change legacy node ID namesHans Goudey
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-08-04Geometry Nodes: Curve Set Spline TypeJohnny Matthews