[Bf-docboard-svn] bf-manual: [6947] trunk/blender_docs/manual: GPencil: Include new Bevel parameters when convert stroke to Curve

Aaron Carlisle carlisle.b3d at gmail.com
Fri Aug 7 18:50:44 CEST 2020


Revision: 6947
          https://developer.blender.org/rBM6947
Author:   Blendify
Date:     2020-08-07 18:50:43 +0200 (Fri, 07 Aug 2020)
Log Message:
-----------
GPencil: Include new Bevel parameters when convert stroke to Curve

rB146473f08335e8cb774ccaf1baad82a1d308fbe1

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modes/object/convert_to_geometry.rst
    trunk/blender_docs/manual/modeling/curves/properties/geometry.rst
    trunk/blender_docs/manual/modeling/texts/properties.rst

Modified: trunk/blender_docs/manual/grease_pencil/modes/object/convert_to_geometry.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/object/convert_to_geometry.rst	2020-08-06 17:06:03 UTC (rev 6946)
+++ trunk/blender_docs/manual/grease_pencil/modes/object/convert_to_geometry.rst	2020-08-07 16:50:43 UTC (rev 6947)
@@ -35,8 +35,18 @@
       If you want to convert your sketch to a mesh,
       simply choose *NURBS* first, and then convert the created curve to a mesh.
 
+Bevel Depth
+   The :ref:`Bevel Depth <bpy.types.Curve.bevel_depth>` to use for the converted curve object.
+
+Bevel Resolution
+   The :ref:`Bevel Resolution <bpy.types.Curve.bevel_resolution>` to use for the converted curve object.
+
 Normalize Weight
    Will scale weights value so that they fit into the (0.0 to 1.0) range.
+
+Radius Factor
+   Multiplier for the points' radii (set from the stroke's width).
+
 Link Strokes
    Will create a single spline, i.e. curve element, from all strokes in active Grease Pencil layer.
    This is especially useful if you want to use the curve as a path.
@@ -53,7 +63,7 @@
 (*Follow Path* constraint, or, through a driver, *Curve* modifier).
 So this allows you to reproduce your drawing movements.
 
-*Link Strokes* has to be enabled for all timing options. 
+*Link Strokes* has to be enabled for all timing options.
 
 Timing Mode
    This control lets you choose how timing data is used.

Modified: trunk/blender_docs/manual/modeling/curves/properties/geometry.rst
===================================================================
--- trunk/blender_docs/manual/modeling/curves/properties/geometry.rst	2020-08-06 17:06:03 UTC (rev 6946)
+++ trunk/blender_docs/manual/modeling/curves/properties/geometry.rst	2020-08-07 16:50:43 UTC (rev 6947)
@@ -63,11 +63,13 @@
    the *Map Taper* option will apply the taper to the beveled part of the curve (not the whole curve).
 
 
-.. _modeling-curve-bevel:
+.. _bpy.types.Curve.bevel:
 
 Bevel
 =====
 
+.. _bpy.types.Curve.bevel_depth:
+
 Depth
    Changes the size of the bevel.
 
@@ -83,6 +85,8 @@
 
              A Curve with different Bevel depths applied (Bevel = 0.25).
 
+.. _bpy.types.Curve.bevel_resolution:
+
 Resolution
    Alters the smoothness of the bevel.
 

Modified: trunk/blender_docs/manual/modeling/texts/properties.rst
===================================================================
--- trunk/blender_docs/manual/modeling/texts/properties.rst	2020-08-06 17:06:03 UTC (rev 6946)
+++ trunk/blender_docs/manual/modeling/texts/properties.rst	2020-08-07 16:50:43 UTC (rev 6947)
@@ -56,7 +56,7 @@
 
 .. note::
 
-   :ref:`Bevel <modeling-curve-bevel>` is applied to the curves defining the letters,
+   :ref:`Bevel <bpy.types.Curve.bevel>` is applied to the curves defining the letters,
    which means that usually it will follow their outlines
    (there will be two parallel beveled curves, and not a single one, as one might expect).
 




More information about the Bf-docboard-svn mailing list