[Bf-docboard-svn] bf-manual: [9909] trunk/blender_docs/manual/grease_pencil/modes/sculpting/introduction.rst: Add RNA References for new grease pencil automasking

Aaron Carlisle noreply at blender.org
Mon Jan 23 02:33:59 CET 2023


Revision: 9909
          https://developer.blender.org/rBM9909
Author:   Blendify
Date:     2023-01-23 02:33:59 +0100 (Mon, 23 Jan 2023)
Log Message:
-----------
Add RNA References for new grease pencil automasking

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modes/sculpting/introduction.rst

Modified: trunk/blender_docs/manual/grease_pencil/modes/sculpting/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/sculpting/introduction.rst	2023-01-23 00:29:44 UTC (rev 9908)
+++ trunk/blender_docs/manual/grease_pencil/modes/sculpting/introduction.rst	2023-01-23 01:33:59 UTC (rev 9909)
@@ -44,9 +44,15 @@
    You can activate multiframe edition with the Multiframe button next to the modes selector (faded lines icon).
    See :doc:`Multiframe </grease_pencil/multiframe>` for more information.
 
+
 Auto-Masking
 ============
 
+.. reference::
+
+   :Menu:      :menuselection:`Header --> Auto-Masking`
+   :Shortcut:  :kbd:`Shift-Alt-A`
+
 .. figure:: /images/grease-pencil_modes_sculpting_introduction_auto-masking.png
 
    Auto-Masking settings.
@@ -60,18 +66,28 @@
 All auto-masking modes can be combined, which makes the generated auto-mask more specific.
 For example it's possible to auto-mask strokes that use specific layer and material while excluding others.
 
+.. _bpy.types.GPencilSculptSettings.use_automasking_stroke:
+
 Strokes
    Only strokes that are under the cursor when you started the tool are affected.
 
-Layers
+.. _bpy.types.GPencilSculptSettings.use_automasking_layer_stroke:
+
+Layer
    Only strokes on the same layers that are under the cursor when you started the tool are affected.
 
-Materials
+.. _bpy.types.GPencilSculptSettings.use_automasking_material_stroke:
+
+Material
    Only materials with the same material that are under the cursor when you started the tool are affected.
 
+.. _bpy.types.GPencilSculptSettings.use_automasking_layer_active:
+
 Active Layer
    Only the strokes on the active layer are affected.
 
+.. _bpy.types.GPencilSculptSettings.use_automasking_material_active:
+
 Active Material
    Only the strokes with the active material are affected.
 
@@ -81,4 +97,3 @@
 
 - Invert stroke toggle :kbd:`Ctrl`
 - Change active material :kbd:`U`
-- Auto-masking :kbd:`Shift-Alt-A`



More information about the Bf-docboard-svn mailing list