[Bf-docboard-svn] bf-manual: [8636] branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools: Grease Pencil: Add rna links for brush properties

Aaron Carlisle noreply at blender.org
Wed Nov 17 04:00:28 CET 2021


Revision: 8636
          https://developer.blender.org/rBM8636
Author:   Blendify
Date:     2021-11-17 04:00:27 +0100 (Wed, 17 Nov 2021)
Log Message:
-----------
Grease Pencil: Add rna links for brush properties

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
    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/erase.rst
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/eyedropper.rst
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/tint.rst

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-11-17 02:15:31 UTC (rev 8635)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-11-17 03:00:27 UTC (rev 8636)
@@ -18,6 +18,8 @@
 Flat Caps
    Mark newly created :ref:`End Caps <bpy.ops.gpencil.stroke_caps_set>` as *Flat*.
 
+.. _bpy.types.GPencilSculptSettings.intersection_threshold:
+
 Threshold
    Determine the threshold for stroke intersections.
 

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-17 02:15:31 UTC (rev 8635)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst	2021-11-17 03:00:27 UTC (rev 8636)
@@ -85,10 +85,14 @@
 Factor
    Amount of thickness reduction when the stroke is perpendicular to the *Angle* value.
 
+.. _bpy.types.BrushGpencilSettings.hardness:
+
 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.
 
+.. _bpy.types.BrushGpencilSettings.aspect:
+
 Aspect X, Y
    Controls the width and height of the alpha gradient.
 
@@ -96,6 +100,8 @@
 Stroke
 ------
 
+.. _bpy.types.BrushGpencilSettings.use_settings_postprocess:
+
 Post-Processing
 ^^^^^^^^^^^^^^^
 
@@ -103,27 +109,33 @@
 when you finished drawing, right after releasing the :kbd:`LMB` or :kbd:`Pen` tip.
 You can toggle the use of post-processing using the checkbox in the section panel header.
 
+.. _bpy.types.BrushGpencilSettings.pen_smooth_factor:
+
 Smooth
    Strength of smoothing process on the points location along the stroke.
 
-   Iterations
-      The number of smoothing iterations to apply to the stroke.
+.. _bpy.types.BrushGpencilSettings.pen_smooth_steps:
 
+Iterations
+   The number of smoothing iterations to apply to the stroke.
+
+.. _bpy.types.BrushGpencilSettings.pen_subdivision_steps:
+
 Subdivision Steps
    Number of subdivisions to apply to newly created strokes.
 
+.. _bpy.types.BrushGpencilSettings.simplify_factor:
+
 Simplify
    Reduces final points numbers in the stroke with an adaptive algorithm.
 
+.. _bpy.types.BrushGpencilSettings.use_trim:
+
 Trim Strokes End
    Automatically trim intersection strokes ends.
 
 
 .. _bpy.types.BrushGpencilSettings.use_settings_random:
-.. _bpy.types.BrushGpencilSettings.random:
-.. _bpy.types.BrushGpencilSettings.uv_random:
-.. _bpy.types.BrushGpencilSettings.pen_jitter:
-.. _bpy.types.BrushGpencilSettings.use_jitter_pressure:
 
 Randomize
 ^^^^^^^^^
@@ -131,18 +143,44 @@
 Adds randomness to the position of the points along the stroke.
 You can toggle the use of Randomize using the checkbox in the section panel header.
 
+
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_radius:
+.. _bpy.types.BrushGpencilSettings.use_random_press_radius:
+.. _bpy.types.BrushGpencilSettings.random:
+
 Radius
    The amount of randomness to apply using the pressure of the input device.
 
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_strength:
+.. _bpy.types.BrushGpencilSettings.use_random_press_strength:
+.. _bpy.types.BrushGpencilSettings.random_strength:
+
 Strength
    The amount of randomness to apply to the stroke strength value (alpha).
 
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_uv:
+.. _bpy.types.BrushGpencilSettings.use_random_press_uv:
+.. _bpy.types.BrushGpencilSettings.uv_random:
+
 UV
    The amount of randomness to apply to the UV rotation.
 
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_hue:
+.. _bpy.types.BrushGpencilSettings.use_random_press_hue:
+.. _bpy.types.BrushGpencilSettings.random_hue_factor:
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_sat:
+.. _bpy.types.BrushGpencilSettings.use_random_press_sat:
+.. _bpy.types.BrushGpencilSettings.random_saturation_factor:
+.. _bpy.types.BrushGpencilSettings.use_stroke_random_val:
+.. _bpy.types.BrushGpencilSettings.use_random_press_val:
+.. _bpy.types.BrushGpencilSettings.random_value_factor:
+
 Hue, Saturation, Value
    Randomizes the hue, saturation, and value of the stroke's :ref:`Color <grease-pencil-draw-color>`.
 
+.. _bpy.types.BrushGpencilSettings.use_jitter_pressure:
+.. _bpy.types.BrushGpencilSettings.pen_jitter:
+
 Jitter
    The amount of jittering to add to the stroke.
 
@@ -158,9 +196,7 @@
    the :doc:`curve widget </interface/controls/templates/curve>`.
 
 
-.. _grease-pencil-draw-brushes-stabilizer:
 .. _bpy.types.BrushGpencilSettings.use_settings_stabilizer:
-.. _bpy.types.Brush.smooth_stroke:
 
 Stabilize Stroke
 ^^^^^^^^^^^^^^^^
@@ -169,8 +205,13 @@
 delaying and correcting the location of points.
 You can toggle the use of *Stabilize Stroke* using the checkbox in the section panel header.
 
+.. _bpy.types.Brush.smooth_stroke_radius:
+
 Radius
    Minimum distance from the last point before the stroke continues.
+
+.. _bpy.types.Brush.smooth_stroke_factor:
+
 Factor
    A smooth factor, where higher values result in smoother strokes but the drawing sensation
    feels like as if you were pulling the stroke.
@@ -181,6 +222,8 @@
 
 The cursor can be disabled by toggling the checkbox in the *Cursor* header.
 
+.. _bpy.types.BrushGpencilSettings.show_lasso:
+
 Show Fill Color while Drawing
    Shows the brush linked material color in the viewport.
 
@@ -216,7 +259,7 @@
 Stabilize Stroke
 ----------------
 
-:kbd:`Shift-LMB` toggle the use of :ref:`Stabilize Stroke <grease-pencil-draw-brushes-stabilizer>`
+:kbd:`Shift-LMB` toggle the use of :ref:`Stabilize Stroke <bpy.types.BrushGpencilSettings.use_settings_stabilizer>`
 on the brush to have more control while drawing and get smoother lines.
 
 .. list-table:: Drawing strokes using *Stabilize Stroke*.

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst	2021-11-17 02:15:31 UTC (rev 8635)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst	2021-11-17 03:00:27 UTC (rev 8636)
@@ -31,33 +31,44 @@
    Default Eraser
       Use this brush when enabling the eraser tool with fast switch key (:kbd:`Ctrl`).
 
+
+.. _bpy.types.BrushGpencilSettings.eraser_mode:
+
 Mode
    Determines how the erase tool behaves.
 
-   Dissolve
+   :Dissolve:
       To simulate a raster type eraser, this eraser type
       affects the strength and thickness of the strokes before actually delete a point.
+   :Point:
+      Delete one point at a time.
+   :Stroke:
+      Delete an entire stroke.
 
-      Strength
-         Control how much will affect the eraser has on the stroke transparency (alpha).
+.. _bpy.types.BrushGpencilSettings.pen_strength:
 
-         You can change the brush strength interactively by pressing :kbd:`Shift-F`
-         in the 3D Viewport and then moving the pointer and then :kbd:`LMB`.
-         You can also enter the size numerically.
+Strength
+   Control how much will affect the eraser has on the stroke transparency (alpha).
 
-         Use Pressure (pressure sensitivity icon)
-            Uses stylus pressure to control how strong the effect is.
+   You can change the brush strength interactively by pressing :kbd:`Shift-F`
+   in the 3D Viewport and then moving the pointer and then :kbd:`LMB`.
+   You can also enter the size numerically.
 
-      Affect Stroke Strength
-         The amount of deletion of the stroke strength (alpha) while erasing.
-      Affect Stroke Thickness
-         The amount of deletion of the stroke thickness while erasing.
+   .. _bpy.types.BrushGpencilSettings.use_strength_pressure:
 
-   Point
-      Delete one point at a time.
-   Stroke
-      Delete an entire stroke.
+   Use Pressure (pressure sensitivity icon)
+      Uses stylus pressure to control how strong the effect is.
 
+.. _bpy.types.BrushGpencilSettings.eraser_strength_factor:
+
+Affect Stroke Strength
+   The amount of deletion of the stroke strength (alpha) while erasing.
+
+.. _bpy.types.BrushGpencilSettings.eraser_thickness_factor:
+
+Affect Stroke Thickness
+   The amount of deletion of the stroke thickness while erasing.
+
 Display Cursor
    Shows the brush shape in the viewport.
 

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/eyedropper.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/eyedropper.rst	2021-11-17 02:15:31 UTC (rev 8635)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/eyedropper.rst	2021-11-17 03:00:27 UTC (rev 8636)
@@ -12,6 +12,13 @@
 The Eyedropper tool is used to create materials or palette color based on sampled colors in the 3D Viewport.
 
 
+Tool Settings
+=============
+
+:Material: Create a new material with the Stroke Base Color to be the sampled color.
+:Palette: Add a new color to the color palette based on the sampled color.
+
+
 Usage
 =====
 

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2021-11-17 02:15:31 UTC (rev 8635)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2021-11-17 03:00:27 UTC (rev 8636)
@@ -22,9 +22,9 @@
 Direction :kbd:`Ctrl`
    The portion of area to fill.
 
-   Normal
+   :Normal:
       Fills the area inside the shape under the cursor.
-   Inverted
+   :Inverted:
       Fills the area outside the shape under the cursor.
 
 .. _bpy.types.BrushGpencilSettings.fill_factor:
@@ -33,6 +33,8 @@
    Multiplier for fill boundary accuracy.
    Higher values are more accurate but slower.
 
+.. _bpy.types.BrushGpencilSettings.dilate:
+
 Dilate
    Size in pixel to expand the fill area.
 
@@ -69,12 +71,16 @@
    :All Above: Calculates boundaries based on all layers above the active layer.

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list