[Bf-docboard-svn] bf-manual: [7744] branches/blender-2.92-release/blender_docs/manual: Motion Tracking: Clip Selecting

Aaron Carlisle noreply at blender.org
Tue Feb 9 03:54:35 CET 2021


Revision: 7744
          https://developer.blender.org/rBM7744
Author:   Blendify
Date:     2021-02-09 03:54:34 +0100 (Tue, 09 Feb 2021)
Log Message:
-----------
Motion Tracking: Clip Selecting

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/interface/selecting.rst
    branches/blender-2.92-release/blender_docs/manual/movie_clip/tracking/clip/selecting.rst

Modified: branches/blender-2.92-release/blender_docs/manual/interface/selecting.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/interface/selecting.rst	2021-02-09 02:23:02 UTC (rev 7743)
+++ branches/blender-2.92-release/blender_docs/manual/interface/selecting.rst	2021-02-09 02:54:34 UTC (rev 7744)
@@ -27,8 +27,8 @@
 or keyframes in an animation editor will general move the item with the mouse.
 
 
+.. _bpy.ops.*.select_box:
 .. _tool-select-box:
-.. _bpy.ops.*.select_box:
 
 Box Select
 ----------

Modified: branches/blender-2.92-release/blender_docs/manual/movie_clip/tracking/clip/selecting.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/movie_clip/tracking/clip/selecting.rst	2021-02-09 02:23:02 UTC (rev 7743)
+++ branches/blender-2.92-release/blender_docs/manual/movie_clip/tracking/clip/selecting.rst	2021-02-09 02:54:34 UTC (rev 7744)
@@ -3,4 +3,113 @@
 Selecting
 *********
 
-Todo.
+.. _bpy.ops.clip.select_box:
+
+Box Select
+==========
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Select --> Box Select`
+   :Hotkey:    :kbd:`B`
+
+See :ref:`tool-select-box`.
+
+
+.. _bpy.ops.clip.select_circle:
+
+Circle Select
+=============
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Select --> Circle Select`
+   :Hotkey:    :kbd:`C`
+
+See :ref:`tool-select-circle`.
+
+
+.. _bpy.ops.clip.select_all:
+
+(De)select All
+==============
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Select --> (De)select All`
+   :Hotkey:    :kbd:`A`
+
+Selects all items.
+
+
+Inverse
+=======
+
+.. admonition:: Reference
+   :class: refaabox
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Select --> Inverse`
+   :Hotkey:    :kbd:`Ctrl-I`
+
+Selects non-selected items and deselects existing selection.
+
+
+.. _bpy.ops.clip.select_grouped:
+
+Select Grouped
+==============
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      All modes
+   :Menu:      :menuselection:`Select --> Select Grouped`
+   :Hotkey:    :kbd:`Shift-G`
+
+Select all tracks from specified group.
+
+Action
+   The group of tracks to select.
+
+   :Keyframed Tracks: Select all keyframed tracks.
+   :Estimated Tracks: Select all estimated tracks.
+   :Tracked Tracks: Select all tracked tracks.
+   :Locked Tracks: Select all locked tracks.
+   :Disabled Tracks: Select all disabled tracks.
+   :Track with Same Color: Select all tracks with same color as active track.
+   :Failed Tracks: Select all tracks which failed to be reconstructed.
+
+
+.. _bpy.ops.clip.stabilize_2d_select:
+
+Select Stabilization Tracks
+===========================
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Tracking mode
+   :Menu:      :menuselection:`Select --> Select Stabilization Tracks`
+
+Select tracks which are used for translation stabilization.
+
+
+.. _bpy.ops.clip.stabilize_2d_rotation_select:
+
+Select Stabilization Rotation Tracks
+====================================
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Tracking mode
+   :Menu:      :menuselection:`Select --> Select Stabilization Rotation Tracks`
+
+Select tracks which are used for rotation stabilization.



More information about the Bf-docboard-svn mailing list