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-12 21:11:16 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-12 21:11:16 +0400
commit128b0f97889c75c7de511ce11e601a3762501103 (patch)
treec303511d66e6f78932763779eb6af31232418bfb /source/blender/makesdna
parentd3e098bb42dd9eb6346c41f1f400050010161549 (diff)
Added Selected Only and Show Hidden flags to clip editor's curve view
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index e9a07bfbf29..6a95628b650 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1037,6 +1037,8 @@ typedef enum eSpaceClip_Flag {
/* SC_SHOW_PYRAMID_LEVELS = (1 << 16), */ /* UNUSED */
SC_LOCK_TIMECURSOR = (1 << 17),
SC_SHOW_SECONDS = (1 << 18),
+ SC_SHOW_GRAPH_SEL_ONLY = (1 << 19),
+ SC_SHOW_GRAPH_HIDDEN = (1 << 20),
} eSpaceClip_Flag;
/* SpaceClip->mode */