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-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-03-18Curves: Port Bezier Segment node to the new data-blockHans 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-23Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-23Fix T95952: Uninitialized value used in Bezier Segment nodeHans Goudey
2022-02-23Cleanup: Use new enum for CurveEval handle typesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-22Cleanup: Avoid adding points to splines sequentiallyHans Goudey
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-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-03Geometry Nodes: Add tooltips to primitive node inputsNikhil Shringarpurey
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-07-20Fix: Bezier segment node adds handles incorrectlyJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive Bezier SegmentJohnny Matthews