[Bf-docboard-svn] bf-manual: [6979] trunk/blender_docs/manual/modeling/curves/tools/draw.rst: UI: Curve Edit Stroke Panel Layout

Aaron Carlisle carlisle.b3d at gmail.com
Thu Aug 20 04:12:49 CEST 2020


Revision: 6979
          https://developer.blender.org/rBM6979
Author:   Blendify
Date:     2020-08-20 04:12:49 +0200 (Thu, 20 Aug 2020)
Log Message:
-----------
UI: Curve Edit Stroke Panel Layout

rB870e081bcda7f8fd99f73366d22bdf372c09f054

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/curves/tools/draw.rst

Modified: trunk/blender_docs/manual/modeling/curves/tools/draw.rst
===================================================================
--- trunk/blender_docs/manual/modeling/curves/tools/draw.rst	2020-08-20 01:30:00 UTC (rev 6978)
+++ trunk/blender_docs/manual/modeling/curves/tools/draw.rst	2020-08-20 02:12:49 UTC (rev 6979)
@@ -12,32 +12,12 @@
 
 The Curve draw tool allows you to free-hand draw curves.
 
-Error
-   Error distance in object units. This can be seen similar to a subdivision rate for the curve.
-   Lower values give a result that is closer to the drawing stroke while higher values give more smoothed results.
-Fit Method
-   Refit
-      Incrementally re-fits the curve (gives best results).
-   Split
-      Splits the curve until the tolerance is met (gives a better drawing performance).
-Corner Angle
-   Any angles above this are considered corners.
-Cyclic
-   Toggles whether or not the curve is :term:`Cyclic`.
 
-
 .. _bpy.types.CurvePaintSettings:
 
-Stroke Options
-==============
+Tool Settings
+=============
 
-.. admonition:: Reference
-   :class: refbox
-
-   :Mode:      Edit Mode
-   :Panel:     :menuselection:`Sidebar --> Tool --> Curve Stroke`
-   :Menu:      :menuselection:`Tool Settings --> Curve Stroke`
-
 .. figure:: /images/modeling_curves_editing_other_curve-stroke-panel.png
    :align: right
 
@@ -60,20 +40,21 @@
             Splits the curve until the tolerance is met (gives a better drawing performance).
 
       Detect Corners
-         Detects corners and uses non-aligned handles for them.
+         Detects corners while drawing based on a specified angle;
+         Any angles above the specified value are considered corners.
+         If a corner is detected, the curve uses non-aligned handles for the corner resulting in a more crisp corner.
 
-         Corner Angle
-            Any angles above this are considered corners.
-
-Pressure Radius
-   Min
+Radius Min
       Minimum radius when the minimum pressure is applied (also the minimum when tapering).
-   Max
-      Radius to use when the maximum pressure is applied (or when a tablet is not used).
+Max
+   Radius to use when the maximum pressure is applied (or when a tablet is not used).
 
-Projection Depth
-   Options to control where/how the curves are drawn.
+Use Pressure
+   Uses stylus pressure to control the radius of the curve.
 
+Depth
+   Controls where/how the curves are drawn.
+
    Cursor
       Uses the depth under the cursor to draw curves.
 
@@ -86,6 +67,8 @@
          Applies a fixed offset (does not scale by the curve radius).
       Only First
          Only uses the start of the stroke for the depth.
+      Plane
+         The orientation plane to draw on, available when *Only First* is enabled.
 
          Normal/View
             Draws perpendicular to the surface.
@@ -93,3 +76,25 @@
             Draws aligned to the surface.
          View
             Draws aligned to the viewport.
+
+
+Options
+=======
+
+After the tool is run, these options are available in the :ref:`ui-undo-redo-adjust-last-operation` panel.
+
+Error
+   Error distance in object units. This can be seen similar to a subdivision rate for the curve.
+   Lower values give a result that is closer to the drawing stroke while higher values give more smoothed results.
+
+Fit Method
+   Refit
+      Incrementally re-fits the curve (gives best results).
+   Split
+      Splits the curve until the tolerance is met (gives a better drawing performance).
+
+Corner Angle
+   Any angles above this are considered corners.
+
+Cyclic
+   Toggles whether or not the curve is :term:`Cyclic`.




More information about the Bf-docboard-svn mailing list