Add Catmull Rom as supported types to relevant node pages #104473

Merged
Hans Goudey merged 3 commits from persun/blender-manual:spline into blender-v3.6-release 2023-06-05 20:32:41 +02:00
Showing only changes of commit 350734f09a - Show all commits

View File

@ -10,8 +10,11 @@ Set Spline Resolution Node
:alt: Set Spline Resolution node. :alt: Set Spline Resolution node.
The *Set Spline Resolution* node sets the value for how many evaluated points should be generated on the curve for The *Set Spline Resolution* node sets the value for how many evaluated points should be generated on the curve for
every control point. It only has an effect on :term:`NURBS` and :term:`Bézier` splines. The evaluated points every control point. It only has an effect on :term:`NURBS`, :term:`Bézier`, and Catmull Rom splines. In case of
are displayed in the viewport, used in the :doc:`/modeling/geometry_nodes/curve/operations/curve_to_mesh` node, Bézier splines, the resolution does not have an effect on segments between vector handles.
The evaluated points are displayed in the viewport, used in the
:doc:`/modeling/geometry_nodes/curve/operations/curve_to_mesh` node,
and optionally used in the :doc:`/modeling/geometry_nodes/curve/operations/resample_curve`. and optionally used in the :doc:`/modeling/geometry_nodes/curve/operations/resample_curve`.
The input node for this data is the :doc:`/modeling/geometry_nodes/curve/read/spline_resolution`. The input node for this data is the :doc:`/modeling/geometry_nodes/curve/read/spline_resolution`.