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:
authorPeter Schlaile <peter@schlaile.de>2008-01-31 18:28:16 +0300
committerPeter Schlaile <peter@schlaile.de>2008-01-31 18:28:16 +0300
commit134fdd6d5a2ef07025a58325bc10efe62a87b269 (patch)
tree23ee9fa008591e8cf0d216adaa8a3691bdd1dde8 /source/blender/makesdna
parentb7e6ef04f8b02aaec51beedb95f09153a4a81ab9 (diff)
== Sequencer ==
Updated image preview a lot: * Added a histogram-scope * Added optional title-safe margins * Re-arranged header, so that only usefull buttons are shown in image preview mode * Added zebra-mode for visual feedback of over-exposure regions (helps in before and especially after color correction :) * Added color-seperation-mode for waveform-display * Show 10%, 70% and 90% hints in waveform-display
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 569a6ffc8aa..c805221567f 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -150,7 +150,7 @@ typedef struct SpaceSeq {
float xof, yof; /* offset for drawing the image preview */
short mainb, zoom;
short chanshown;
- short pad2;
+ short zebra;
int flag;
int pad;
} SpaceSeq;
@@ -618,10 +618,13 @@ typedef struct SpaceImaSel {
#define SEQ_DRAW_IMG_IMBUF 1
#define SEQ_DRAW_IMG_WAVEFORM 2
#define SEQ_DRAW_IMG_VECTORSCOPE 3
+#define SEQ_DRAW_IMG_HISTOGRAM 4
/* sseq->flag */
-#define SEQ_DRAWFRAMES 1
+#define SEQ_DRAWFRAMES 1
#define SEQ_MARKER_TRANS 2
+#define SEQ_DRAW_COLOR_SEPERATED 4
+#define SEQ_DRAW_SAFE_MARGINS 8
/* space types, moved from DNA_screen_types.h */
enum {