Blender Git Loki
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