Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-08 20:42:24 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-08 20:42:24 +0400
commit04766ab071e43d041f19c586baa316da1432f614 (patch)
tree714264c7d5f4b46c91cc85c2d0259ecb2107313f /source/blender/makesdna/DNA_space_types.h
parent5e1bbde01d0a77c7b032197cff860305462a9cb2 (diff)
Added sorting by average reprojection error to motion tracking dopesheet.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 213195eb9c8..7e9a1d976d8 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1060,6 +1060,7 @@ typedef enum eSpaceClip_Dopesheet_Sort {
SC_DOPE_SORT_NAME = 0,
SC_DOPE_SORT_LONGEST,
SC_DOPE_SORT_TOTAL,
+ SC_DOPE_SORT_AVERAGE_ERROR,
} eSpaceClip_Dopesheet_Sort;
/* SpaceClip->dope_flag */