[Bf-docboard-svn] bf-manual: [8178] trunk/blender_docs/manual: Geometry Nodes: Curve Primitive Circle

Wannes Malfait noreply at blender.org
Thu Jul 1 14:53:09 CEST 2021


Revision: 8178
          https://developer.blender.org/rBM8178
Author:   Wannes
Date:     2021-07-01 14:53:08 +0200 (Thu, 01 Jul 2021)
Log Message:
-----------
Geometry Nodes: Curve Primitive Circle

Adds documentation for the node in D11650

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

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_geometry-nodes_curve-primitives_circle_node.png
    trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/circle.rst

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

Index: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve-primitives_circle_node.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_geometry-nodes_curve-primitives_circle_node.png	2021-07-01 02:20:37 UTC (rev 8177)
+++ trunk/blender_docs/manual/images/modeling_geometry-nodes_curve-primitives_circle_node.png	2021-07-01 12:53:08 UTC (rev 8178)

Property changes on: trunk/blender_docs/manual/images/modeling_geometry-nodes_curve-primitives_circle_node.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/bezier_segment.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/bezier_segment.rst	2021-07-01 02:20:37 UTC (rev 8177)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/bezier_segment.rst	2021-07-01 12:53:08 UTC (rev 8178)
@@ -30,14 +30,14 @@
 Properties
 ==========
 
-Position
-   The handle inputs are the absolute positions of the handles in 3D space.
+Mode
+   :Position:
+      The handle inputs are the absolute positions of the handles in 3D space.
+   :Offset: 
+      The handle positions are relative to the control point on the curve.
+      The handle inputs give the offset from the control points.
 
-Offset 
-   The handle positions are relative to the control point on the curve.
-   The handle inputs give the offset from the control points.
 
-
 Outputs
 =======
 

Added: trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/circle.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/circle.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/circle.rst	2021-07-01 12:53:08 UTC (rev 8178)
@@ -0,0 +1,55 @@
+.. index:: Geometry Nodes; Circle
+.. _bpy.types.GeometryNodeCurveCircle:
+
+*******
+Circle
+*******
+
+.. figure:: /images/modeling_geometry-nodes_curve-primitives_circle_node.png
+   :align: right
+
+   Circle Node.
+
+The *Circle* node generates a poly spline circle.
+
+
+Inputs
+======
+
+Resolution
+   Number of edges on the circle.
+
+Radius
+   The radius of the circle.
+
+Point 1, Point 2, Point 3
+   The three points on the circle.
+   The order of the points determines the direction (clockwise or counterclockwise) of the circle.
+.. note::
+   Because of the finite resolution, the three points do not necessarily lie on the generated curve.
+
+
+
+Properties
+==========
+
+Mode
+   :Points:
+      The position and radius of the circle are determined by three points.
+      The center of the circle is also given as an output.
+      If the three points lie on one line, no geometry is generated.
+   :Radius:
+      The circle is determined by the radius.
+
+
+
+
+Outputs
+=======
+
+Curve
+   Poly spline generated from the inputs.
+
+Center
+   The center of the circle defined by the three points.
+


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/circle.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/index.rst	2021-07-01 02:20:37 UTC (rev 8177)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/curve_primitives/index.rst	2021-07-01 12:53:08 UTC (rev 8178)
@@ -6,7 +6,8 @@
 .. toctree::
    :maxdepth: 1
 
+   bezier_segment.rst
+   circle.rst
+   quadratic_bezier.rst
+   spiral.rst
    star.rst
-   spiral.rst
-   quadratic_bezier.rst
-   bezier_segment.rst



More information about the Bf-docboard-svn mailing list