[Bf-docboard-svn] bf-manual: [8872] trunk/blender_docs: Geometry Nodes: Rename Curve Parameter, Add Index on Spline

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


Revision: 8872
          https://developer.blender.org/rBM8872
Author:   HooglyBoogly
Date:     2022-01-25 23:00:19 +0100 (Tue, 25 Jan 2022)
Log Message:
-----------
Geometry Nodes: Rename Curve Parameter, Add Index on Spline

Also add a redirect to the renamed page.

rB1cd9fcd98d5f1f11d2c20a35ae19142e5458068c

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst
    trunk/blender_docs/resources/.htaccess

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png
    trunk/blender_docs/manual/modeling/geometry_nodes/curve/spline_parameter.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst

Added: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png	2022-01-25 19:04:21 UTC (rev 8871)
+++ trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png	2022-01-25 22:00:19 UTC (rev 8872)

Property changes on: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_spline-parameter_node.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Deleted: trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst	2022-01-25 19:04:21 UTC (rev 8871)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_parameter.rst	2022-01-25 22:00:19 UTC (rev 8872)
@@ -1,66 +0,0 @@
-.. index:: Geometry Nodes; Curve Parameter
-.. _bpy.types.GeometryNodeCurveParameter:
-
-********************
-Curve Parameter Node
-********************
-
-.. figure:: /images/modeling_geometry-nodes_curve_curve-parameter_node.png
-   :align: right
-
-   Curve Parameter node.
-
-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
-including the length of the following segment.
-
-When used on the spline domain, the node outputs the portion of the total length of the curve (including
-all splines) has been traversed at the start of each spline. The order of the curve's splines is visible
-in the :doc:`Spreadsheet Editor </editors/spreadsheet>`.
-
-.. warning::
-
-   For NURBS and Bézier spline curves, keep in mind that the value retrieved from this node is
-   the value at every control point, which may not correspond to the visible *evaluated* points.
-   For NURBS splines the difference may be even more pronounced and the result may not be as expected.
-   A :doc:`/modeling/geometry_nodes/curve/resample_curve` node can be used to create a poly spline,
-   where there is a control point for every evaluated point.
-
-
-Inputs
-======
-
-This node has no inputs.
-
-
-Properties
-==========
-
-This node has no properties.
-
-
-Outputs
-=======
-
-Factor
-   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
-========
-
-.. figure:: /images/modeling_geometry-nodes_curve_curve-parameter_example.png
-   :align: right
-
-The parameter used to control the radius of the curve.
-The beginning of the spline has a radius of 0, the end has a radius of 1.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst	2022-01-25 19:04:21 UTC (rev 8871)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst	2022-01-25 22:00:19 UTC (rev 8872)
@@ -25,7 +25,6 @@
    :maxdepth: 1
 
    curve_handle_position.rst
-   curve_parameter.rst
    curve_tangent.rst
    curve_tilt.rst
    endpoint_selection.rst
@@ -32,6 +31,7 @@
    handle_type_selection.rst
    is_spline_cyclic.rst
    spline_length.rst
+   spline_parameter.rst
    spline_resolution.rst
 
 ------------------------

Added: trunk/blender_docs/manual/modeling/geometry_nodes/curve/spline_parameter.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/spline_parameter.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/spline_parameter.rst	2022-01-25 22:00:19 UTC (rev 8872)
@@ -0,0 +1,71 @@
+.. index:: Geometry Nodes; Spline Parameter
+.. _bpy.types.GeometryNodeSplineParameter:
+
+*********************
+Spline Parameter Node
+*********************
+
+.. figure:: /images/modeling_geometry-nodes_curve_spline-parameter_node.png
+   :align: right
+
+   Spline Parameter node.
+
+The *Spline 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
+including the length of the following segment.
+
+When used on the spline domain, the node outputs the portion of the total length of the curve (including
+all splines) has been traversed at the start of each spline. The order of the curve's splines is visible
+in the :doc:`Spreadsheet Editor </editors/spreadsheet>`.
+
+.. warning::
+
+   For NURBS and Bézier spline curves, keep in mind that the value retrieved from this node is
+   the value at every control point, which may not correspond to the visible *evaluated* points.
+   For NURBS splines the difference may be even more pronounced and the result may not be as expected.
+   A :doc:`/modeling/geometry_nodes/curve/resample_curve` node can be used to create a poly spline,
+   where there is a control point for every evaluated point.
+
+
+Inputs
+======
+
+This node has no inputs.
+
+
+Properties
+==========
+
+This node has no properties.
+
+
+Outputs
+=======
+
+Factor
+   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.
+
+Index
+   Each control point's index on its spline. This is different from the output of the
+   :doc:`index node</modeling/geometry_nodes/input/input_index>`, which also counts the
+   control points in all previous splines.
+
+
+Examples
+========
+
+.. figure:: /images/modeling_geometry-nodes_curve_curve-parameter_example.png
+   :align: right
+
+The parameter used to control the radius of the curve.
+The beginning of the spline has a radius of 0, the end has a radius of 1.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/curve/spline_parameter.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/resources/.htaccess
===================================================================
--- trunk/blender_docs/resources/.htaccess	2022-01-25 19:04:21 UTC (rev 8871)
+++ trunk/blender_docs/resources/.htaccess	2022-01-25 22:00:19 UTC (rev 8872)
@@ -1,3 +1,4 @@
 
-ErrorDocument 404 /manual/{lang}/{version}/404.html
-RedirectMatch \"^/manual/{lang}/{version}/addons/import_export/io_(.*)\" \"/manual/{lang}/{version}/addons/import_export/$1\"
+ErrorDocument 404 /manual/en/3.1/404.html
+RedirectMatch \"^/manual/en/3.1/addons/import_export/io_(.*)\" \"/manual/en/3.1/addons/import_export/$1\"
+RedirectMatch \"^/manual/{lang}/{version}/modeling/geometry_nodes/curve/curve_parameter.html\" \"/manual/{lang}/{version}/modeling/geometry_nodes/curve/spline_parameter.html\" 



More information about the Bf-docboard-svn mailing list