Blender Git Loki
Git Commits -> Revision 21ebee2
Revision 21ebee2 by Johnny Matthews (master) June 30, 2021, 03:22 (GMT) |
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 |
Commit Details:
Full Hash: 21ebee258027f8c8bae0d51bb8d655013c5ee0a3
Parent Commit: 86c6769
Committed By: Hans Goudey
Lines Changed: +113, -0
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_spiral.cc (+107, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)