Blender Git Commit Log
Git Commits -> Revision 86c6769
Revision 86c6769 by Johnny Matthews (master) June 30, 2021, 03:00 (GMT) |
Geometry Nodes: Curve Primitive Spiral This patch adds a Curve Primitives menu in Geometry nodes with an initial entry of a star primitive. The node is a basic star pattern node that outputs a poly spline. Options control the inner and outer radius, the number of points, and the twist of the valleys. Differential Revision: https://developer.blender.org/D11653 |
Commit Details:
Full Hash: 86c6769e203366d5f039869cb26e9f4d85ca205b
Parent Commit: 2d35eed
Committed By: Hans Goudey
Lines Changed: +90, -1
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_star.cc (+81, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+4, -1) (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)