From b0734fb28d94bb7bc203b5a81da53ac75f1f2b06 Mon Sep 17 00:00:00 2001 From: dupoxy Date: Mon, 7 Oct 2024 21:10:31 +0200 Subject: [PATCH] Fix: Match Interpolate Curves Node UI Input for Max Neighbors --- .../geometry_nodes/curve/operations/interpolate_curves.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/modeling/geometry_nodes/curve/operations/interpolate_curves.rst b/manual/modeling/geometry_nodes/curve/operations/interpolate_curves.rst index f96a8fc18..3af4f7765 100644 --- a/manual/modeling/geometry_nodes/curve/operations/interpolate_curves.rst +++ b/manual/modeling/geometry_nodes/curve/operations/interpolate_curves.rst @@ -40,7 +40,7 @@ Points Up Optional up vector that is typically a surface normal. Point Group ID The curve group to interpolate in. -Max Neighbor +Max Neighbors Maximum amount of close guide curves that are taken into account for interpolation. @@ -61,7 +61,7 @@ Closest Index .. note:: Internally this node mixes the data from multiple guide curves, with the maximum number - of sources depending on the *Max Neighbor* input. This output is only the index of the curve + of sources depending on the *Max Neighbors* input. This output is only the index of the curve with the largest weight. Closest Weight -- 2.30.2