From 543f54aa1dd60f67b46ba860ebc905bfcd0db1ed Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Mon, 7 Nov 2005 23:13:00 +0000 Subject: New 'feature' for image/movie strips: Strobe In the NKEY flying panel, you can set "Strobe" to something other than 1 for only displaying each nth picture of the strip. You know the effect from movies :) (I put this into the NKEY panel rather than as a effect because effects only affect single frames (?) while this rather has to do with the timing... like "Reverse") --- source/blender/makesdna/DNA_sequence_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_sequence_types.h') diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h index d5731c0bd86..09bb4b4c61a 100644 --- a/source/blender/makesdna/DNA_sequence_types.h +++ b/source/blender/makesdna/DNA_sequence_types.h @@ -119,7 +119,8 @@ typedef struct Sequence { struct bSound *sound; /* the linked "bSound" object */ float level, pan; /* level in dB (0=full), pan -1..1 */ int curpos; /* last sample position in audio_fill() */ - int pad; + short pad; + short strobe; void *effectdata; /* Struct pointer for effect settings */ -- cgit v1.2.3