[Bf-docboard-svn] bf-manual: [7248] trunk/blender_docs/manual/grease_pencil/materials/grease_pencil_shader.rst: GPencil: Implement Holdout materials

Aaron Carlisle noreply at blender.org
Wed Oct 14 20:26:37 CEST 2020


Revision: 7248
          https://developer.blender.org/rBM7248
Author:   Blendify
Date:     2020-10-14 20:26:37 +0200 (Wed, 14 Oct 2020)
Log Message:
-----------
GPencil: Implement Holdout materials

rB0335c1fd21dd49906968a2aa85b0016c8047f695

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/materials/grease_pencil_shader.rst

Modified: trunk/blender_docs/manual/grease_pencil/materials/grease_pencil_shader.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/materials/grease_pencil_shader.rst	2020-10-14 18:18:12 UTC (rev 7247)
+++ trunk/blender_docs/manual/grease_pencil/materials/grease_pencil_shader.rst	2020-10-14 18:26:37 UTC (rev 7248)
@@ -77,6 +77,11 @@
       UV Factor
          The image size along the stroke.
 
+.. _bpy.types.MaterialGPencilStyle.use_stroke_holdout:
+
+Holdout
+   Removes the color from strokes underneath the current by using it as a mask.
+
 Alignment
    Defines how to align the *Dots* and *Squares* along the drawing path and with the object's rotation.
 
@@ -202,7 +207,12 @@
       Clip Image
          When enabled, show one image instance only (do not repeat).
 
+.. _bpy.types.MaterialGPencilStyle.use_fill_holdout:
 
+Holdout
+   Removes the color from strokes underneath the current by using it as a mask.
+
+
 .. list-table:: Samples of different material fill styles.
 
    * - .. figure:: /images/grease-pencil_materials_grease-pencil-shader_fill-solid.png



More information about the Bf-docboard-svn mailing list