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

Aaron Carlisle noreply at blender.org
Fri Nov 26 06:42:15 CET 2021


Revision: 8687
          https://developer.blender.org/rBM8687
Author:   Blendify
Date:     2021-11-26 06:42:15 +0100 (Fri, 26 Nov 2021)
Log Message:
-----------
Merge branch 'blender-3.0-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modifiers/generate/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/grease_pencil/modifiers/generate/dash.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/generate/length.rst
    trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_dash_panel.png
    trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_length_panel.png

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

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-11-26 05:39:52 UTC (rev 8686)
+++ trunk/blender_docs	2021-11-26 05:42:15 UTC (rev 8687)

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-8684
\ No newline at end of property
+/branches/blender-3.0-release/blender_docs:8543-8686
\ No newline at end of property
Copied: trunk/blender_docs/manual/grease_pencil/modifiers/generate/dash.rst (from rev 8686, branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/dash.rst)
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/generate/dash.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/generate/dash.rst	2021-11-26 05:42:15 UTC (rev 8687)
@@ -0,0 +1,41 @@
+.. index:: Grease Pencil Modifiers; Dot Dash Modifier
+.. _bpy.types.DashGpencilModifier:
+
+*****************
+Dot Dash Modifier
+*****************
+
+The *Dot Dash* modifier generates dot dash segments from the original stroke.
+
+
+Options
+=======
+
+.. figure:: /images/grease-pencil_modifiers_generate_dash_panel.png
+   :align: right
+
+   The Dot Dash modifier.
+
+Offset
+   Deterimines the starting offset of the pattern.
+
+Segment
+   Makes up individual stroke of a dot dash pattern.
+
+   Use the +/- button on the side of the list to add/remove segments.
+
+   Dash
+      The number of consecutive points from the original stroke to include in this segment.
+   Gap
+      The number of points skipped after the the segment ends.
+   Radius
+      The factor to apply to the origina point's radius for the new points.
+   Opacity
+      The factor to apply to the origina point's opacity for the new points.
+   Material Index
+      Use this index on generated segment, use -1 for existing material.
+
+Influence Filters
+-----------------
+
+See :ref:`grease-pencil-modifier-influence-filters`.

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/generate/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/generate/index.rst	2021-11-26 05:39:52 UTC (rev 8686)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/generate/index.rst	2021-11-26 05:42:15 UTC (rev 8687)
@@ -8,6 +8,8 @@
 
    array.rst
    build.rst
+   dash.rst
+   length.rst
    line_art.rst
    mirror.rst
    multiple_strokes.rst

Copied: trunk/blender_docs/manual/grease_pencil/modifiers/generate/length.rst (from rev 8686, branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/length.rst)
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/generate/length.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/generate/length.rst	2021-11-26 05:42:15 UTC (rev 8687)
@@ -0,0 +1,53 @@
+.. index:: Grease Pencil Modifiers; Length Modifier
+.. _bpy.types.LengthGpencilModifier:
+
+***************
+Length Modifier
+***************
+
+The *Length* modifier can shrink or extend strokes.
+
+
+Options
+=======
+
+.. figure:: /images/grease-pencil_modifiers_generate_length_panel.png
+   :align: right
+
+   The Length modifier.
+
+Mode
+   * Absolute: Length is in geometry space.
+   * Relative: Length is in ratio to the stroke's length.
+
+Start
+   Added length to the start of the stroke. Negative value will shrink the stroke.
+
+End
+   Added length to the end of the stroke. Negative value will shrink the stroke.
+
+Used Length
+   Define what portion of the stroke is used to calculate the direction of the extension.
+
+Curvature
+   When enabled, the extension will follow the curvature of the stroke.
+
+   Point Density
+      Multiplied by Start/End for the total poijt count.
+
+   Segment Influence
+      Factor to determine how much the length of the individual segments
+      should influence the final computed curvature. Higher factors makes
+      small segments influence the overall curvature less.
+   
+   Filter Angle
+      Ignore points on the stroke that deviate from their neighbors by more
+      than this angle when determining the extrapolation shape.
+
+   Invert
+      Invert the curvature of the stroke's extension.
+
+Influence Filters
+-----------------
+
+See :ref:`grease-pencil-modifier-influence-filters`.

Copied: trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_dash_panel.png (from rev 8686, branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_dash_panel.png)
===================================================================
(Binary files differ)

Copied: trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_length_panel.png (from rev 8686, branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_length_panel.png)
===================================================================
(Binary files differ)



More information about the Bf-docboard-svn mailing list