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:
authorJoshua Leung <aligorith@gmail.com>2009-10-14 13:54:29 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-14 13:54:29 +0400
commitd38940676685912b426cb32ae40c25a9960af242 (patch)
tree1dc8ed7df9b10825f18f61695bab995a974c4d61 /source/blender/makesdna/DNA_action_types.h
parent107447b79e125e8755745a9730e510b66ab1e37b (diff)
DopeSheet/Action Editors - Summary Channel Tweaks:
* Summary channel now works in DopeSheet AND Action Editors * By clicking on the expand/collapse widget on the summary channel, you can now show/hide all the other channels in the editor.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index a011ba87948..8d590692794 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -444,9 +444,9 @@ typedef enum DOPESHEET_FILTERFLAG {
} DOPESHEET_FILTERFLAG;
/* DopeSheet general flags */
-//typedef enum DOPESHEET_FLAG {
-
-//} DOPESHEET_FLAG;
+typedef enum DOPESHEET_FLAG {
+ ADS_FLAG_SUMMARY_COLLAPSED = (1<<0), /* when summary is shown, it is collapsed, so all other channels get hidden */
+} DOPESHEET_FLAG;