[Bf-docboard-svn] bf-manual: [8719] branches/blender-3.0-release/blender_docs/manual/movie_clip/tracking/dope_sheet.rst: Tracking: Sort motion tracking tracks by start and end frames

Aaron Carlisle noreply at blender.org
Tue Nov 30 19:29:48 CET 2021


Revision: 8719
          https://developer.blender.org/rBM8719
Author:   Blendify
Date:     2021-11-30 19:29:48 +0100 (Tue, 30 Nov 2021)
Log Message:
-----------
Tracking: Sort motion tracking tracks by start and end frames

rBfb820496f5b00de8ccf6927c58d24b64bc099c4f

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/movie_clip/tracking/dope_sheet.rst

Modified: branches/blender-3.0-release/blender_docs/manual/movie_clip/tracking/dope_sheet.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/movie_clip/tracking/dope_sheet.rst	2021-11-30 18:13:17 UTC (rev 8718)
+++ branches/blender-3.0-release/blender_docs/manual/movie_clip/tracking/dope_sheet.rst	2021-11-30 18:29:48 UTC (rev 8719)
@@ -33,22 +33,25 @@
 
    Sort order of the channels.
 
-Show
-   Only Selected (mouse cursor icon)
-      Limits Dope Sheet channels to only information about selected tracks.
-   Hidden (ghost icon)
-      Includes information from hidden tracks.
+Show Only Selected (mouse cursor icon)
+   Limits Dope Sheet channels to only information about selected tracks.
+Hidden (ghost icon)
+   Includes information from hidden tracks.
+
+.. _bpy.types.MovieTrackingDopesheet.sort_method:
+
 Sort Method
    Sort order of the tracks.
 
-   Name
-      Sort selected tracks in alphabetical order based on their names.
-   Longest
-      Sort tracks by longest tracked segment length.
-   Total
-      Sort tracks by overall amount of frames.
-   Average Error
-      Sort tracks by their average reprojection error after solving camera or object motion.
+   :Name: Sort selected tracks in alphabetical order based on their names.
+   :Longest: Sort tracks by longest tracked segment length.
+   :Total: Sort tracks by overall amount of frames.
+   :Average Error: Sort tracks by their average reprojection error after solving camera or object motion.
+   :Start Frame: Sort channels by first frame number.
+   :End Frame: Sort channels by last frame number.
+
+.. _bpy.types.MovieTrackingDopesheet.use_invert_sort:
+
 Invert
    To change the sort order from ascending to descending.
 



More information about the Bf-docboard-svn mailing list