From 21ebee258027f8c8bae0d51bb8d655013c5ee0a3 Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Tue, 29 Jun 2021 22:20:54 -0500 Subject: Geometry Nodes: Curve Primitive Spiral This node creates a curve spline and gives control for the number of rotations, the number of points per rotation, start and end radius, height, and direction. The "Reverse" input produces a visual change, it doesn't just change the order of the control points. Differential Revision: https://developer.blender.org/D11609 --- release/scripts/startup/nodeitems_builtins.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/nodeitems_builtins.py b/release/scripts/startup/nodeitems_builtins.py index 2a85246fe50..c963509938a 100644 --- a/release/scripts/startup/nodeitems_builtins.py +++ b/release/scripts/startup/nodeitems_builtins.py @@ -511,6 +511,7 @@ geometry_node_categories = [ ]), GeometryNodeCategory("GEO_PRIMITIVES_CURVE", "Curve Primitives", items=[ NodeItem("GeometryNodeCurveStar"), + NodeItem("GeometryNodeCurveSpiral"), ]), GeometryNodeCategory("GEO_GEOMETRY", "Geometry", items=[ NodeItem("GeometryNodeBoundBox"), -- cgit v1.2.3