[Bf-docboard-svn] bf-manual: [9093] trunk/blender_docs/manual/grease_pencil/properties: Grease Pencil: Add RNA reference links

Aaron Carlisle noreply at blender.org
Fri Mar 4 06:10:11 CET 2022


Revision: 9093
          https://developer.blender.org/rBM9093
Author:   Blendify
Date:     2022-03-04 06:10:10 +0100 (Fri, 04 Mar 2022)
Log Message:
-----------
Grease Pencil: Add RNA reference links

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/properties/display.rst
    trunk/blender_docs/manual/grease_pencil/properties/layers.rst
    trunk/blender_docs/manual/grease_pencil/properties/strokes.rst

Modified: trunk/blender_docs/manual/grease_pencil/properties/display.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/properties/display.rst	2022-03-04 04:52:39 UTC (rev 9092)
+++ trunk/blender_docs/manual/grease_pencil/properties/display.rst	2022-03-04 05:10:10 UTC (rev 9093)
@@ -10,10 +10,14 @@
 
 Display settings for Edit Lines in *Edit Mode* and *Sculpt Mode*.
 
+.. _bpy.types.GreasePencil.edit_line_color:
+
 Edit Line Color
    Sets the color of the Edit Lines.
 
 
+.. _bpy.types.GreasePencilGrid:
+
 Canvas
 ======
 
@@ -23,15 +27,23 @@
 
 See :doc:`Drawing Plane </grease_pencil/modes/draw/drawing_planes>` for more information.
 
+.. _bpy.types.GreasePencilGrid.color:
+
 Color
    Color of the Canvas grid lines.
 
+.. _bpy.types.GreasePencilGrid.scale:
+
 Scale X/Y
    Defines the X and Y scale of the Canvas.
 
+.. _bpy.types.GreasePencilGrid.offset:
+
 Offset X/Y
    Sets the Canvas position offset from the object's origin.
 
+.. _bpy.types.GreasePencilGrid.lines:
+
 Subdivisions
    Specifies the number of subdivisions to use for the grid.
 

Modified: trunk/blender_docs/manual/grease_pencil/properties/layers.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/properties/layers.rst	2022-03-04 04:52:39 UTC (rev 9092)
+++ trunk/blender_docs/manual/grease_pencil/properties/layers.rst	2022-03-04 05:10:10 UTC (rev 9093)
@@ -99,7 +99,7 @@
 
    Merge Down :kbd:`Shift-Ctrl-M`
       Combine the selected layer with the layer below, the new layer keeps the name of the lower layer.
-   
+
    Merge All
       Combine all layers into the active layer.
 
@@ -109,10 +109,12 @@
    Copy All Layers to Selected
       Copy all layers to the selected Grease Pencil object.
 
+.. _bpy.ops.gpencil.layer_isolate:
+
 Visibility (screen icon)
    Toggle whether the active layer is the only one that can be edited and is visible.
 
-Lock (padlock icon)
+Isolate Lock (padlock icon)
    Toggle whether the active layer is the only one that can be edited.
 
 ------------------------
@@ -142,6 +144,10 @@
 See :doc:`Masks </grease_pencil/properties/masks>` for more information.
 
 
+.. _bpy.types.GPencilLayer.location:
+.. _bpy.types.GPencilLayer.rotation:
+.. _bpy.types.GPencilLayer.scale:
+
 Transform
 =========
 
@@ -156,12 +162,18 @@
 
    Layers adjustment panel.
 
+.. _bpy.types.GPencilLayer.tint_color:
+
 Tint Color
    Color that tint any material colors used in the layer.
 
+.. _bpy.types.GPencilLayer.tint_factor:
+
 Factor
    Controls the amount of tint color to apply.
 
+.. _bpy.types.GPencilLayer.line_change:
+
 Stroke Thickness
    Thickness value that override the strokes thickness in the layer.
 
@@ -169,21 +181,30 @@
 Relations
 =========
 
+.. _bpy.types.GPencilLayer.parent:
+.. _bpy.types.GPencilLayer.parent_type:
+
 Parent/Type
    Select a Parent object and Type to manipulate the layer.
    The layer will inherit the transformations of the parent,
    this is especially useful when rigging for cut-out animation.
 
+.. _bpy.types.GPencilLayer.pass_index:
+
 Pass Index
    The layer index number can be used with some modifiers to restrict changes to only certain areas.
 
    See :doc:`Modifiers </grease_pencil/modifiers/introduction>` for more information.
 
+.. _bpy.types.GPencilLayer.viewlayer_render:
+
 View Layer
    Defines the View Layer to use for the Grease Pencil layer.
    If empty, the layer will be included in all View Layers.
    This is useful to separate drawings parts for :doc:`compositing </compositing/introduction>`.
 
+.. _bpy.types.GPencilLayer.use_viewlayer_masks:
+
 Disable Masks in Render
    If enabled no masks on the layer are included in the view layer render.
 
@@ -191,9 +212,13 @@
 Display
 =======
 
+.. _bpy.types.GPencilLayer.channel_color:
+
 Custom Channel Color
    Sets the color to use in the channel region of the :doc:`Dope Sheet </editors/dope_sheet/grease_pencil>`.
 
+.. _bpy.types.GPencilLayer.use_solo_mode:
+
 Show Only On Keyframed
    Makes the layer visible in the viewport only if it has a keyframe in the actual frame.
    This helps for example when you are in the inking process using the *Fill* tool and want to only see

Modified: trunk/blender_docs/manual/grease_pencil/properties/strokes.rst
===================================================================
(Binary files differ)



More information about the Bf-docboard-svn mailing list