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:
authorCampbell Barton <ideasman42@gmail.com>2014-12-09 23:42:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-09 23:42:25 +0300
commit117a7e3545409993f7a424f470130d63ec0cfc30 (patch)
tree1e22e0ef1bb0053fdd7f33ebc716b96ce4510336 /source/blender/makesdna/DNA_space_types.h
parent17f0a01a5664b37f7ae26fef13ffed68794cc066 (diff)
Sequencer: optionally show strip offsets
was disabled in recent sequencer refactor, enable with view menu option.
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 6489853bbaa..339b232f8a0 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -518,6 +518,7 @@ typedef enum eSpaceSeq_RegionType {
/* sseq->draw_flag */
typedef enum eSpaceSeq_DrawFlag {
SEQ_DRAW_BACKDROP = (1 << 0),
+ SEQ_DRAW_OFFSET_EXT = (1 << 1),
} eSpaceSeq_DrawFlag;