Blender Git Commit Log

Git Commits -> Revision d475f99

Revision d475f99 by Hans Goudey (master)
September 11, 2021, 03:58 (GMT)
Geometry Nodes: Support "Evaluated" mode in Resample Curve node

Just like the curve to points node, this mode outputs point locations
based on the input curve's evaluated points (the points you see in the
viewport). This is expected to be faster, since it doesn't have to
sample equal positions on the result, and it's also consistent with
the existing choices in the curve to points node.

Commit Details:

Full Hash: d475f994606e38a69cab4e2b64c9237d0ee62726
Parent Commit: cb83313
Lines Changed: +44, -1

2 Modified Paths:

/source/blender/makesrna/intern/rna_nodetree.c (+6, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_curve_resample.cc (+38, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021