Blender Git Commit Log

Git Commits -> Revision 29d6750

Revision 29d6750 by Johnny Matthews (master)
July 5, 2021, 17:27 (GMT)
Geometry Nodes: Curve Primitive Line

This node creates a poly spline line in one of 2 modes:
- Line between two points
- Start Point, Direction, and Length

Both modes create splines with only start and endpoints.
A resample node can be used afterward to increase the point count.

Differential Revision: https://developer.blender.org/D11769

Commit Details:

Full Hash: 29d6750134c4e42a2c5ff12040aa78f98720cf5c
Parent Commit: de70bcb
Committed By: Hans Goudey
Lines Changed: +188, -0

1 Added Path:

/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_line.cc (+146, -0) (View)

8 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/makesdna/DNA_node_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+26, -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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021