[Bf-docboard-svn] bf-manual: [8211] trunk/blender_docs/manual: Geometry Nodes: Curve Trim Node

Hans Goudey noreply at blender.org
Mon Jul 19 00:26:28 CEST 2021


Revision: 8211
          https://developer.blender.org/rBM8211
Author:   HooglyBoogly
Date:     2021-07-19 00:26:28 +0200 (Mon, 19 Jul 2021)
Log Message:
-----------
Geometry Nodes: Curve Trim Node

rBe7a800c52f0766b372bd3a035432eade165e4cb3

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

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-trim_node.png
    trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_trim.rst

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

Index: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-trim_node.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-trim_node.png	2021-07-18 21:22:53 UTC (rev 8210)
+++ trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-trim_node.png	2021-07-18 22:26:28 UTC (rev 8211)

Property changes on: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve_curve-trim_node.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_trim.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_trim.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_trim.rst	2021-07-18 22:26:28 UTC (rev 8211)
@@ -0,0 +1,52 @@
+.. index:: Geometry Nodes; Curve Trim
+.. _bpy.types.GeometryNodeCurveTrim:
+
+**********
+Curve Trim
+**********
+
+.. figure:: /images/modeling_geometry-nodes_curve_curve-trim_node.png
+   :align: center
+
+   The *Curve Trim* node.
+
+The *Curve Trim* node makes each spline in the curve shorter by removing sections at the start and
+end of each spline.
+
+Bezier splines will still be Bezier splines in the output, with the first and last control point and
+its handles moved as necessary to keep the shape the same. NURBS splines will be transformed into poly
+splines in order to be trimmed.
+
+
+Inputs
+======
+
+Curve
+   Standard geometry input with a curve component.
+
+Start
+   The factor or length used to dertermine where to start each output spline.
+   
+End
+   The factor or length used to dertermine where to end each output spline.
+
+
+Properties
+==========
+
+Mode
+   How to find endpoint positions for the trimmed spline
+
+   :Factor:
+      Find the endpoint positions using a factor of each spline's length.
+      The input values should be between 0 or 1.
+   :Length:
+      Find the endpoint positions using a length from the start of each spline.
+      The input values should be between 0 and the length of the splines.
+
+
+Outputs
+=======
+
+Curve
+   Standard geometry output with the trimmed curve component.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/curve/curve_trim.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst	2021-07-18 21:22:53 UTC (rev 8210)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve/index.rst	2021-07-18 22:26:28 UTC (rev 8211)
@@ -11,5 +11,6 @@
    curve_subdivide.rst
    curve_to_mesh.rst
    curve_to_points.rst
+   curve_trim.rst
    mesh_to_curve.rst
    resample_curve.rst



More information about the Bf-docboard-svn mailing list