[Bf-docboard-svn] bf-manual: [8635] branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools: GPencil: New Brush option to define Caps type

Aaron Carlisle noreply at blender.org
Wed Nov 17 03:15:32 CET 2021


Revision: 8635
          https://developer.blender.org/rBM8635
Author:   Blendify
Date:     2021-11-17 03:15:31 +0100 (Wed, 17 Nov 2021)
Log Message:
-----------
GPencil: New Brush option to define Caps type

rBc1730ed16568784552678908becfad2389ac391f

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst	2021-11-16 23:51:30 UTC (rev 8634)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst	2021-11-17 02:15:31 UTC (rev 8635)
@@ -46,10 +46,20 @@
       The gradient of the pressure can be customized using
       the :doc:`curve widget </interface/controls/templates/curve>`.
 
+.. _bpy.types.BrushGpencilSettings.caps_type:
 
+Caps Type
+   The shape of the start and end of the stroke.
+
+   :Round: Strokes start and stop with a curved shape.
+   :Flat: Strokes start and stop with a straight cutoff.
+
+
 Advanced
 --------
 
+.. _bpy.types.BrushGpencilSettings.input_samples:
+
 Input Samples
    Controls how often the input device is read to generate points on the stroke.
    Higher values give a higher precision (more points) but produce an irregular stroke,
@@ -60,25 +70,29 @@
    the right balance between accuracy and softness for your strokes.
    See :doc:`Input Device </getting_started/configuration/hardware>` for more information.
 
+.. _bpy.types.BrushGpencilSettings.active_smooth_factor:
+
 Active Smooth
    The number of smoothing iterations to apply to the stroke while drawing.
 
+.. _bpy.types.BrushGpencilSettings.angle:
+
 Angle
    Direction of the input device that gives the maximum thickness to the stroke (0° for horizontal).
 
-   Factor
-      Amount of thickness reduction when the stroke is perpendicular to the *Angle* value.
+.. _bpy.types.BrushGpencilSettings.angle_factor:
 
+Factor
+   Amount of thickness reduction when the stroke is perpendicular to the *Angle* value.
+
 Hardness
    Amount of transparency (alpha) to apply from the border of the point to the center.
    Works only when the brush is using stroke materials of *Dot* or *Box* style.
 
-   Aspect Ratio
-      Controls the width and height of the alpha gradient.
+Aspect X, Y
+   Controls the width and height of the alpha gradient.
 
-      X, Y
 
-
 Stroke
 ------
 

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst	2021-11-16 23:51:30 UTC (rev 8634)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst	2021-11-17 02:15:31 UTC (rev 8635)
@@ -1,3 +1,4 @@
+.. _bpy.types.BrushGpencilSettings:
 
 #########
   Tools



More information about the Bf-docboard-svn mailing list