[Bf-docboard-svn] bf-manual: [8641] trunk/blender_docs/manual: Merge branch 'blender-3.0-release'

Aaron Carlisle noreply at blender.org
Wed Nov 17 04:30:42 CET 2021


Revision: 8641
          https://developer.blender.org/rBM8641
Author:   Blendify
Date:     2021-11-17 04:30:42 +0100 (Wed, 17 Nov 2021)
Log Message:
-----------
Merge branch 'blender-3.0-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/eyedropper.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/tint.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/fields.rst
    trunk/blender_docs/manual/video_editing/preview/introduction.rst
    trunk/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst
    trunk/blender_docs/manual/video_editing/sequencer/strips/introduction.rst

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-11-17 03:29:53 UTC (rev 8640)
+++ trunk/blender_docs	2021-11-17 03:30:42 UTC (rev 8641)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -1,3 +1,3 ##
 /branches/blender-2.92-release/blender_docs:7610-7921
 /branches/blender-2.93-release/blender_docs:7959-8113
-/branches/blender-3.0-release/blender_docs:8543-8633
\ No newline at end of property
+/branches/blender-3.0-release/blender_docs:8543-8640
\ No newline at end of property
Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-11-17 03:29:53 UTC (rev 8640)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-11-17 03:30:42 UTC (rev 8641)
@@ -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: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst	2021-11-17 03:29:53 UTC (rev 8640)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/draw.rst	2021-11-17 03:30:42 UTC (rev 8641)
@@ -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,28 +70,38 @@
    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.
+
+.. _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.
 
-   Aspect Ratio
-      Controls the width and height of the alpha gradient.
+.. _bpy.types.BrushGpencilSettings.aspect:
 
-      X, Y
+Aspect X, Y
+   Controls the width and height of the alpha gradient.
 
 
 Stroke
 ------
 
+.. _bpy.types.BrushGpencilSettings.use_settings_postprocess:
+
 Post-Processing
 ^^^^^^^^^^^^^^^
 
@@ -89,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
 ^^^^^^^^^
@@ -117,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.
 
@@ -144,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
 ^^^^^^^^^^^^^^^^
@@ -155,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.
@@ -167,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.
 
@@ -202,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: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst	2021-11-17 03:29:53 UTC (rev 8640)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/erase.rst	2021-11-17 03:30:42 UTC (rev 8641)
@@ -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.
 


@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list