[Bf-docboard-svn] bf-manual: [8367] trunk/blender_docs/manual: GPencil section updates

Matias Mendiola noreply at blender.org
Mon Sep 6 22:57:14 CEST 2021


Revision: 8367
          https://developer.blender.org/rBM8367
Author:   mendio
Date:     2021-09-06 22:57:14 +0200 (Mon, 06 Sep 2021)
Log Message:
-----------
GPencil section updates

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/materials/introduction.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
    trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/deform/offset.rst
    trunk/blender_docs/manual/grease_pencil/primitives.rst
    trunk/blender_docs/manual/grease_pencil/properties/layers.rst
    trunk/blender_docs/manual/grease_pencil/selecting.rst
    trunk/blender_docs/manual/scene_layout/object/editing/convert.rst

Added Paths:
-----------
    trunk/blender_docs/manual/grease_pencil/modifiers/deform/length.rst
    trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png

Modified: trunk/blender_docs/manual/grease_pencil/materials/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/materials/introduction.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/materials/introduction.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -106,13 +106,6 @@
 Lock Unused
    Locks and hides all unused materials.
 
-Remove Unused Slots
-   Remove all unused materials.
-
-Merge Similar
-   Combines similar materials in the list and replace the strokes that use the one of
-   the merged materials with the new one.
-
 Convert Materials to Vertex Color
    Only keeps necessary materials and convert all materials base color to vertex color.
 
@@ -119,7 +112,19 @@
 Extract Palette from Vertex Color
    Add all used vertex color to a new Color Palette. See :ref:`ui-color-palette`.
 
+Copy Material to Selected
+   Copy the active material to the selected Grease Pencil object.
 
+Copy All Materials to Selected
+   Copy all materials to the selected Grease Pencil object.
+
+Merge Similar
+   Combines similar materials in the list and replace the strokes that use the one of
+   the merged materials with the new one.
+
+Remove Unused Slots
+   Remove all unused materials.
+
 Lock & Visibility General Controls
 ----------------------------------
 

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -35,8 +35,8 @@
 
 .. _bpy.types.BrushGpencilSettings.fill_leak:
 
-Leak Size
-   Size in pixel to consider the leak as closed.
+Dilate
+  Size in pixel to expand the fill area.
 
 Thickness
    The thickness radius of the boundary stroke in pixels.
@@ -81,6 +81,9 @@
 
 .. _bpy.types.BrushGpencilSettings.fill_simplify_level:
 
+Leak Size
+   Size in pixel to consider the leak as closed.
+
 Simplify
    Number of simplify steps to apply to the boundary line.
    Higher values reduce the accuracy of the final filled area.

Modified: trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -319,7 +319,39 @@
 
 When enabled, scales the stroke thickness during scale transformations.
 
+Normalize Thickness
+===================
 
+.. reference::
+
+   :Mode:      Edit Mode
+   :Menu:      :menuselection:`Stroke --> Normalize Thickness`
+
+Makes the thickness equal for the entire stroke.
+
+Mode
+  Stroke Property to normalize.
+
+Value
+  Thickness value to use on all points of the stroke.
+
+Normalize Opacity
+==================
+
+.. reference::
+
+   :Mode:      Edit Mode
+   :Menu:      :menuselection:`Stroke --> Normalize Opacity`
+
+Makes the opacity equal for the entire stroke.
+
+Mode
+  Stroke Property to normalize.
+
+Value
+  Opacity value to use on all points of the stroke.
+
+
 Reset Fill Transform
 ====================
 

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -9,6 +9,7 @@
    armature.rst
    hook.rst
    lattice.rst
+   length.rst
    noise.rst
    offset.rst
    smooth.rst

Added: trunk/blender_docs/manual/grease_pencil/modifiers/deform/length.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/deform/length.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/deform/length.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -0,0 +1,31 @@
+.. index:: Grease Pencil Modifiers; Length Modifier
+
+******************
+Length Modifier
+******************
+
+The *Length* Modifier expand or contract the original strokes length.
+
+
+Options
+=======
+
+.. figure:: /images/grease-pencil_modifiers_deform_length_panel.png
+   :align: right
+
+   Length Modifier.
+
+Mode
+   Defines the mode to use for the length calculation.
+
+Factor Start/End
+   length difference for each stroke.
+
+Overshoot
+   Sets the calculation precision for the extremes overshoot.
+
+
+Influence
+---------
+
+See :ref:`grease-pencil-modifier-influence-filters`.


Property changes on: trunk/blender_docs/manual/grease_pencil/modifiers/deform/length.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/grease_pencil/modifiers/deform/offset.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/deform/offset.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/deform/offset.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -26,7 +26,25 @@
 Scale X, Y, Z
    Sets strokes scale.
 
+Randomize
+---------
 
+Offset X, Y, Z
+   Add random offset values to the strokes.
+
+Rotation X, Y, Z
+   Add random rotation values to the strokes.
+
+Scale X, Y, Z
+   Add random scale values to the strokes.
+
+Uniform Scale
+   Use the same random *Seed* for each scale axis in the strokes for a uniform scale.
+
+Seed
+   :term:`Seed` used by the pseudo-random number generator.
+
+
 Influence
 ---------
 

Modified: trunk/blender_docs/manual/grease_pencil/primitives.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/primitives.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/primitives.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -10,7 +10,7 @@
    :Menu:      :menuselection:`Add --> Grease Pencil`
    :Shortcut:  :kbd:`Shift-A`
 
-In Object Mode, the *Add Grease Pencil* menu provides three different Grease Pencil primitives:
+In Object Mode, the *Add Grease Pencil* menu provides three different Grease Pencil primitives with preset materials and 2D layers:
 
 .. figure:: /images/grease-pencil_primitives_all.png
 
@@ -35,12 +35,7 @@
 It creates a 2D monkey head. The Monkey's name is "Suzanne" and is Blender's mascot.
 2D Suzanne is very useful as a standard test.
 
-.. note:: Materials and 2D Layers
 
-   Adding Stroke or Monkey primitives also adds a set of preset materials and 2D layers
-   to help start drawing with the new object.
-
-
 Scene Line Art
 ==============
 

Modified: trunk/blender_docs/manual/grease_pencil/properties/layers.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/properties/layers.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/properties/layers.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -98,9 +98,12 @@
    Merge Down :kbd:`Shift-Ctrl-M`
       Merge the selected layer with the layer below, the new layer keeps the name of the lower layer.
 
-   Copy Layer to Object
-      Makes a copy of the layer and move it to the selected Grease Pencil object.
+   Copy Layer to Selected
+      Copy the active layer to the selected Grease Pencil object.
 
+   Copy All Layers to Selected
+      Copy all layers to the selected Grease Pencil object.
+
 Visibility (screen icon)
    Toggle whether the active layer is the only one that can be edited and is visible.
 
@@ -176,6 +179,8 @@
    If empty, the layer will be included in all View Layers.
    This is useful to separate drawings parts for :doc:`compositing </compositing/introduction>`.
 
+Disable Masks in Render
+  If checked no masks on the layer are included in the view layer render.
 
 Display
 =======

Modified: trunk/blender_docs/manual/grease_pencil/selecting.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/selecting.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/grease_pencil/selecting.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -66,6 +66,29 @@
 Selects alternate points in the selected strokes.
 
 
+Select Random
+==============
+
+.. reference::
+
+   :Mode:      Edit Mode
+   :Menu:      :menuselection:`Select --> Random`
+
+Randomly selects unselected points or strokes.
+
+Ratio
+  The likelihood of an unselected elements being selected. Note that this is not the percentage amount of elements that will be selected.
+
+Random seed
+   :term:`Seed` used by the pseudo-random number generator.
+
+Action
+  Selection or deselection of elements.
+
+Unselect Ends
+  Excludes the selection of stroke end points .
+
+
 Select Grouped
 ==============
 

Added: trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png
===================================================================
--- trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png	2021-09-06 20:57:14 UTC (rev 8367)

Property changes on: trunk/blender_docs/manual/images/grease-pencil_modifiers_deform_length_panel.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/blender_docs/manual/scene_layout/object/editing/convert.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/object/editing/convert.rst	2021-09-06 00:58:58 UTC (rev 8366)
+++ trunk/blender_docs/manual/scene_layout/object/editing/convert.rst	2021-09-06 20:57:14 UTC (rev 8367)
@@ -40,9 +40,9 @@
    :Mode:      Object Mode
    :Menu:      :menuselection:`Object --> Convert --> Grease Pencil`
 
-Converts the selected curve or mesh object to a Grease Pencil object

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list