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>2007-10-17 22:32:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-17 22:32:54 +0400
commit2639404f34cd89e1eaebc3736d751938a801fcb9 (patch)
treea6b83ff9736dde1940a74b63ca013f387691dba4 /source/blender/makesdna/DNA_space_types.h
parente844ee5e54b4a6764bdd692e09ceb64f91344283 (diff)
Sequencer
- Draw a verticle line for markers - Added an option to transform selected markers in the sequencer - useful for Extending time
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 13e35c3c1d5..10f488c9f61 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -621,6 +621,7 @@ typedef struct SpaceImaSel {
/* sseq->flag */
#define SEQ_DRAWFRAMES 1
+#define SEQ_MARKER_TRANS 2
/* space types, moved from DNA_screen_types.h */
enum {