[Bf-docboard-svn] bf-manual: [7772] trunk/blender_docs/manual/grease_pencil: GPencil: Add pass index of materials to the manual

Aaron Carlisle noreply at blender.org
Sat Feb 20 02:35:03 CET 2021


Revision: 7772
          https://developer.blender.org/rBM7772
Author:   Blendify
Date:     2021-02-20 02:35:03 +0100 (Sat, 20 Feb 2021)
Log Message:
-----------
GPencil: Add pass index of materials to the manual

Differential Revision: https://developer.blender.org/D10388 

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/materials/properties.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst

Modified: trunk/blender_docs/manual/grease_pencil/materials/properties.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/materials/properties.rst	2021-02-20 01:29:55 UTC (rev 7771)
+++ trunk/blender_docs/manual/grease_pencil/materials/properties.rst	2021-02-20 01:35:03 UTC (rev 7772)
@@ -225,3 +225,13 @@
           :width: 130px
 
           Style: Texture.
+
+
+Options
+=======
+
+.. _bpy.types.MaterialGPencilStyle.pass_index:
+
+Pass Index
+   This index can be used with some modifiers to restrict changes to only a certain material.
+   See :doc:`Modifiers </grease_pencil/modifiers/introduction>` for more information.

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst	2021-02-20 01:29:55 UTC (rev 7771)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst	2021-02-20 01:35:03 UTC (rev 7772)
@@ -60,10 +60,12 @@
 Most of the modifiers share some special properties that restrict the effect only to certain items.
 
 Layer
-   Restricts the effect only to one layer or to any layers that share the same pass index.
+   Restricts the effect only to one layer or to any layers that share the same
+   material :ref:`Pass Index <bpy.types.MaterialGPencilStyle.pass_index>`.
 
 Material
-   Restricts the effect only to material that share the same material or pass index.
+   Restricts the effect only to material that share the same material or
+   material :ref:`Pass Index <bpy.types.MaterialGPencilStyle.pass_index>`.
 
 Vertex Group
    Restricts the effect only to a vertex group.



More information about the Bf-docboard-svn mailing list