[Bf-docboard-svn] bf-manual: [8683] branches/blender-3.0-release/blender_docs/manual: LineArt: Smooth tolerance value for chaining

Aaron Carlisle noreply at blender.org
Fri Nov 26 05:34:23 CET 2021


Revision: 8683
          https://developer.blender.org/rBM8683
Author:   Blendify
Date:     2021-11-26 05:34:23 +0100 (Fri, 26 Nov 2021)
Log Message:
-----------
LineArt: Smooth tolerance value for chaining

rB80f7bc6d8e7e7a5e543df5418313c04df5140c43

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst
    branches/blender-3.0-release/blender_docs/manual/sculpt_paint/weight_paint/tools.rst

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-11-26 04:13:37 UTC (rev 8682)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-11-26 04:34:23 UTC (rev 8683)
@@ -173,6 +173,11 @@
    Allow the end point of short segments to be chained together if the 2D image space distance
    between them are within the specified threshold.
 
+.. _bpy.types.LineartGpencilModifier.smooth_tolerance:
+
+Smooth Tolerance
+   The strength of smoothing applied on jagged chains.
+
 Angle Splitting
    Split a chain at sharp "turning" points specified by this angle.
 

Modified: branches/blender-3.0-release/blender_docs/manual/sculpt_paint/weight_paint/tools.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/sculpt_paint/weight_paint/tools.rst	2021-11-26 04:13:37 UTC (rev 8682)
+++ branches/blender-3.0-release/blender_docs/manual/sculpt_paint/weight_paint/tools.rst	2021-11-26 04:34:23 UTC (rev 8683)
@@ -65,9 +65,11 @@
    Strength
       Lower values can be used so the gradient mixes in with the existing weights (just like with the brush).
    Type
-      - Linear: :kbd:`Alt-LMB` and drag.
-      - Radial: :kbd:`Ctrl-Alt-LMB` and drag.
+      The shape of the gradient.
 
+      :Linear: Create gradient that forms a straight line. :kbd:`Alt-LMB` and drag.
+      :Radial: Create gradient that forms a circle. :kbd:`Ctrl-Alt-LMB` and drag.
+
 Sample
    Weights
       Sets the brush *Weight* as the weight selected under the cursor.



More information about the Bf-docboard-svn mailing list