Blender Git Commit Log
Git Commits -> Revision 63a8b3b
Revision 63a8b3b by Angus Stanton (master) July 7, 2021, 03:24 (GMT) |
Geometry Nodes: Curve Endpoints Node This node is quite similar to the curve to points node, but creates points for only the start and end of each spline. This is a separate node because the sampling from the curve to points node don't apply, and just for ease of use. All attributes from the curves are copied, including the data for instancing: tangents, normals, and the derived rotations. One simple use case is to make round caps on curves by instancinghalves of a sphere on each end of the splines. Differential Revision: https://developer.blender.org/D11719 |
Commit Details:
Full Hash: 63a8b3b9720cf2660cb7a6cd431fdd3014534c4a
Parent Commit: 31e6f0d
Committed By: Hans Goudey
Lines Changed: +264, -32
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc (+221, -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/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_curve_to_points.cc (+15, -32) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+22, -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/geometry/nodes/node_geo_curve_to_points.cc (+15, -32) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+22, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)