[Bf-docboard-svn] bf-manual: [8850] trunk/blender_docs/manual: Geometry Nodes: Add Length Output to Curve Parameter Node

Hans Goudey noreply at blender.org
Tue Jan 25 00:19:12 CET 2022


Revision: 8850
          https://developer.blender.org/rBM8850
Author:   HooglyBoogly
Date:     2022-01-25 00:19:11 +0100 (Tue, 25 Jan 2022)
Log Message:
-----------
Geometry Nodes: Add Length Output to Curve Parameter Node

rB0c6b81585544636de41c3743adb693ebaed9a4a2

Modified Paths:
--------------
    trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-parameter_example.png
    trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst

Modified: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-parameter_example.png
===================================================================
(Binary files differ)

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst	2022-01-24 22:58:12 UTC (rev 8849)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst	2022-01-24 23:19:11 UTC (rev 8850)
@@ -10,8 +10,8 @@
 
    Curve Parameter node.
 
-The *Curve Parameter* node outputs how far along each spline a control point is, with a value between
-zero and one. The output is different from dividing the index by the total number of control points,
+The *Curve Parameter* node outputs how far along each spline a control point is.
+The *Factor* output is different from dividing the index by the total number of control points,
 because the control points might not be equally spaced along the curve.
 
 The first value is zero, so the output corresponds to the length at the control point rather than
@@ -46,9 +46,16 @@
 =======
 
 Factor
-   The portion of the total length of the spline at each control point.
+   When the node is used on the point domain, the value is the portion of the spline's
+   total length at each control point. On the spline domain it is the portion of the
+   curve's total length at the start of the spline.
 
+Length
+   When the node is used on the point domain, the value is the distance along the spline to each
+   control point. On the spline domain it is the length along the entire curve at the start
+   of the spline.
 
+
 Examples
 ========
 



More information about the Bf-docboard-svn mailing list