[Bf-docboard-svn] bf-manual: [9311] branches/blender-3.2-release/blender_docs/manual/animation/markers.rst: Animation: Select markers before/after current frame

Aaron Carlisle noreply at blender.org
Sat May 28 03:37:43 CEST 2022


Revision: 9311
          https://developer.blender.org/rBM9311
Author:   Blendify
Date:     2022-05-28 03:37:42 +0200 (Sat, 28 May 2022)
Log Message:
-----------
Animation: Select markers before/after current frame

rBf1ae6952a86ba1b74e0b4a9d50e83d41b2019d1a

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/animation/markers.rst

Modified: branches/blender-3.2-release/blender_docs/manual/animation/markers.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/animation/markers.rst	2022-05-28 00:12:02 UTC (rev 9310)
+++ branches/blender-3.2-release/blender_docs/manual/animation/markers.rst	2022-05-28 01:37:42 UTC (rev 9311)
@@ -221,6 +221,33 @@
 the markers will move in steps corresponding to 1 second (according to the scene's *FPS*).
 
 
+Select
+------
+
+.. reference::
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Marker --> Select`
+
+Convenient operators for selecting Marks; see :ref:`bpy.ops.marker.select` for more information on selecting Markers.
+
+.. _bpy.ops.marker.select_all:
+
+All :kbd:`A`
+   Selects all Markers.
+None :kbd:`Ctrl-A`
+   Un-selects any already selected Markers.
+Invert :kbd:`Ctrl-I`
+   Select all un-selected Markers and unselects all selected Markers.
+
+.. _bpy.ops.marker.select_leftright:
+
+Before Current Frame
+   Selects all Markers to the left of the current frame and the Marker on the current frame if it exists.
+After Current Frame
+   Selects all Markers to the Right of the current frame and the Marker on the current frame if it exists.
+
+
 .. _bpy.types.SpaceDopeSheetEditor.show_pose_markers:
 
 Show Pose Markers



More information about the Bf-docboard-svn mailing list