[Bf-docboard-svn] bf-manual: [7270] trunk/blender_docs/manual/grease_pencil/modes/draw/tool_settings/brushes/fill_brush.rst: GPencil: Reorganize Advanced Brush panel

Aaron Carlisle noreply at blender.org
Thu Oct 22 21:31:55 CEST 2020


Revision: 7270
          https://developer.blender.org/rBM7270
Author:   Blendify
Date:     2020-10-22 21:31:54 +0200 (Thu, 22 Oct 2020)
Log Message:
-----------
GPencil: Reorganize Advanced Brush panel

rB9e644b98a6f

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modes/draw/tool_settings/brushes/fill_brush.rst

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tool_settings/brushes/fill_brush.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tool_settings/brushes/fill_brush.rst	2020-10-22 18:44:31 UTC (rev 7269)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tool_settings/brushes/fill_brush.rst	2020-10-22 19:31:54 UTC (rev 7270)
@@ -48,6 +48,8 @@
 Brush Settings
 --------------
 
+.. _bpy.types.BrushGpencilSettings.fill_leak:
+
 Leak Size
    Size in pixel to consider the leak as closed.
 
@@ -54,6 +56,8 @@
 Thickness
    The thickness radius of the boundary stroke in pixels.
 
+.. _bpy.types.BrushGpencilSettings.fill_simplify_level:
+
 Simplify
    Number of simplify steps to apply to the boundary line.
    Higher values reduce the accuracy of the final filled area.
@@ -62,6 +66,8 @@
 Advanced
 ^^^^^^^^
 
+.. _bpy.types.BrushGpencilSettings.fill_draw_mode:
+
 Boundary
    Sets the type of fill boundary limits calculation to perform.
 
@@ -74,15 +80,19 @@
    Show Lines (grid icon)
       Toggle show help lines to see the fill boundary.
 
+.. _bpy.types.BrushGpencilSettings.fill_factor:
+
 Resolution
    Multiplier for fill resolution.
    Higher values gives better fill boundary accuracy but slower time for calculations.
 
-Ignore Transparent Strokes
+.. _bpy.types.BrushGpencilSettings.show_fill:
+.. _bpy.types.BrushGpencilSettings.fill_threshold:
+
+Ignore Transparent
    When enabled, strokes with transparency does not take into account on fill boundary calculations.
 
-   Threshold
-      Threshold value to consider a material transparent.
+   The value slider controls the threshold to consider a material transparent.
 
 
 Cursor



More information about the Bf-docboard-svn mailing list