[Bf-docboard-svn] bf-manual: [7389] trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst: GPencil: Add Fill option to determine the layers used for boundary strokes

Aaron Carlisle noreply at blender.org
Wed Nov 18 22:21:45 CET 2020


Revision: 7389
          https://developer.blender.org/rBM7389
Author:   Blendify
Date:     2020-11-18 22:21:44 +0100 (Wed, 18 Nov 2020)
Log Message:
-----------
GPencil: Add Fill option to determine the layers used for boundary strokes

rB8fc7c3539adec4eccc9b143147fb60c7c7936ef7

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2020-11-18 19:31:35 UTC (rev 7388)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/fill.rst	2020-11-18 21:21:44 UTC (rev 7389)
@@ -51,15 +51,27 @@
 Boundary
    Sets the type of fill boundary limits calculation to perform.
 
-   All
-      Use the thickness of the strokes and the editing lines together.
-   Stroke
-      Use only the thickness of the strokes (ignore edit lines).
-   Line
-      Use only the edit lines (ignore strokes).
+   :All: Use the thickness of the strokes and the editing lines together.
+   :Stroke: Use only the thickness of the strokes (ignore edit lines).
+   :Line: Use only the edit lines (ignore strokes).
+
+   .. _bpy.types.BrushGpencilSettings.show_fill_boundary:
+
    Show Lines (grid icon)
       Toggle show help lines to see the fill boundary.
 
+.. _bpy.types.BrushGpencilSettings.fill_layer_mode:
+
+Layers
+   Determines which :doc:`Layers </grease_pencil/properties/layers>` are used for boundary strokes.
+
+   :Visible: Calculates boundaries based on all visible layers.
+   :Active: Calculates boundaries based on the active later.
+   :Layer Above: Calculates boundaries based on the layer above the active layer.
+   :Layer Below: Calculates boundaries based on the layer below the active layer.
+   :All Above: Calculates boundaries based on all layers above the active layer.
+   :All Below: Calculates boundaries based on all layers below the active layer.
+
 .. _bpy.types.BrushGpencilSettings.fill_factor:
 
 Resolution



More information about the Bf-docboard-svn mailing list