[Bf-docboard-svn] bf-manual: [8276] trunk/blender_docs/manual/interface/annotate_tool.rst: Annotation layers & rna links

Aaron Carlisle noreply at blender.org
Thu Aug 5 00:05:36 CEST 2021


Revision: 8276
          https://developer.blender.org/rBM8276
Author:   Blendify
Date:     2021-08-05 00:05:35 +0200 (Thu, 05 Aug 2021)
Log Message:
-----------
Annotation layers & rna links

Modified Paths:
--------------
    trunk/blender_docs/manual/interface/annotate_tool.rst

Modified: trunk/blender_docs/manual/interface/annotate_tool.rst
===================================================================
--- trunk/blender_docs/manual/interface/annotate_tool.rst	2021-08-03 12:30:37 UTC (rev 8275)
+++ trunk/blender_docs/manual/interface/annotate_tool.rst	2021-08-04 22:05:35 UTC (rev 8276)
@@ -1,4 +1,3 @@
-.. _bpy.types.ToolSettings.annotation:
 .. _tool-annotate:
 
 *************
@@ -37,17 +36,20 @@
 Common
 ------
 
-There is a panel, :menuselection:`Sidebar --> View --> Annotations`,
-in it multiple annotation layers can be managed.
-
-Color
+Color / Annotation Layer
    Adjusts the color of existing and new strokes.
+   Next to the color selector is a pop-over menu to access the
+   :ref:`Annotation Layers <bpy.types.GPencilLayer.use_annotation_onion_skinning>`.
 
+.. _bpy.types.ToolSettings.annotation_stroke_placement_view3d:
+.. _bpy.types.ToolSettings.annotation_stroke_placement_view2d:
+
 Placement
    Determines where the annotations are drawn.
 
    :3D Cursor:
-      Draw annotations on an imaginary plane that goes through the :doc:`/editors/3dview/3d_cursor` and is aligned to your view.
+      Draw annotations on an imaginary plane that goes through the
+      :doc:`/editors/3dview/3d_cursor` and is aligned to your view.
    :View:
       Draw annotations in screen space rather than 3D space;
       meaning the annotations will stay on the same position in the screen,
@@ -58,18 +60,6 @@
       Draw annotations in same space as the image/preview/nodes meaning as you zoom
       in or out the annotations stay the same size relative to the zoom factor.
 
-Opacity
-   Adjusts the opacity of existing and new strokes.
-
-Thickness
-   Adjusts the thickness of existing and new strokes.
-
-Onion Skin
-   Shows a ghosted image of strokes made in frames before and after the current frame.
-   Onion skinning only works in the 3D Viewport and Sequencer.
-   See the Grease Pencil documentation for an explanation of
-   :doc:`Onion Skinning </grease_pencil/properties/onion_skinning>`.
-
 Stabilize Stroke
    Helps to reduce jitter of the strokes while drawing by delaying and correcting the location of points.
 
@@ -90,3 +80,31 @@
    :align: center
 
    Annotations tool in a node editor.
+
+
+Annotation Layers
+=================
+
+There is a panel, :menuselection:`Sidebar --> View --> Annotations`,
+in it multiple annotation layers can be managed.
+
+Opacity
+   Adjusts the opacity of existing and new strokes.
+
+Thickness
+   Adjusts the thickness of existing and new strokes.
+
+
+.. _bpy.types.GPencilLayer.use_annotation_onion_skinning:
+.. _bpy.types.GPencilLayer.annotation_onion_before_color:
+.. _bpy.types.GPencilLayer.annotation_onion_before_range:
+.. _bpy.types.GPencilLayer.annotation_onion_after_color:
+.. _bpy.types.GPencilLayer.annotation_onion_after_range:
+
+Onion Skin
+----------
+
+Shows a ghosted image of strokes made in frames before and after the current frame.
+Onion skinning only works in the 3D Viewport and Sequencer.
+See the Grease Pencil documentation for an explanation of
+:doc:`Onion Skinning </grease_pencil/properties/onion_skinning>`.



More information about the Bf-docboard-svn mailing list