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:
authorJohnny Matthews <johnny.matthews@gmail.com>2004-07-12 21:59:42 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2004-07-12 21:59:42 +0400
commitab200e3f92a60be1f7b205db891b073016a59e98 (patch)
treed2041439a3b84daed85164139f306f63c97821fe /source/blender/include/BSE_sequence.h
parentf32b8e6b7f2caef90ef83b44864d2499619c4169 (diff)
This commit add the clock wipe effect to the sweep menu in the sequence editor
Diffstat (limited to 'source/blender/include/BSE_sequence.h')
-rw-r--r--source/blender/include/BSE_sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BSE_sequence.h b/source/blender/include/BSE_sequence.h
index c8bbedd2fbb..a592c516f08 100644
--- a/source/blender/include/BSE_sequence.h
+++ b/source/blender/include/BSE_sequence.h
@@ -97,7 +97,7 @@ void do_mul_effect(float facf0, float facf1,
unsigned int *out);
/* Sweep effect */
enum {DO_SINGLE_WIPE, DO_DOUBLE_WIPE, DO_BOX_WIPE, DO_CROSS_WIPE,
- DO_IRIS_WIPE};
+ DO_IRIS_WIPE,DO_CLOCK_WIPE};
float in_band(float width,float dist, float perc,int side,int dir);
float check_zone(int x, int y, int xo, int yo, struct Sequence *seq, float facf0);
void init_sweep_effect(struct Sequence *seq);