Blender Git Commit Log

Git Commits -> Revision 4a540b9

Revision 4a540b9 by Johnny Matthews (master)
June 14, 2021, 18:28 (GMT)
Geometry Nodes: Curve Reverse Node

This is an implementation of T88722. It accepts a curve object and
for each spline, reverses the order of the points and all attributes.
This is more of a foundational node to support other nodes in the
future (like curve deform)

Selection takes spline domain attributes to determine which splines
are selected. If no selection is present all splines are reversed.

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

Commit Details:

Full Hash: 4a540b9b48cfd8cbb058dfd2eb86d7bcbe5a3b65
Parent Commit: fcbb202
Committed By: Hans Goudey
Lines Changed: +134, -0

1 Added Path:

/source/blender/nodes/geometry/nodes/node_geo_curve_reverse.cc (+128, -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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021