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-08-03 23:36:17 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2004-08-03 23:36:17 +0400
commit248404e7a2ec74678b38f83831786e82bdcc91cc (patch)
tree4020a4a2afbddb11e491f668c0a7401f6fa1cb2f /source/blender/include/BSE_sequence.h
parentd1bbaf18ca2d23f1f7c3a6c0e990d14cce898e07 (diff)
This commit changes the sweep effect to be called 'Wipe' in both UI and in backend variable naming.
Diffstat (limited to 'source/blender/include/BSE_sequence.h')
-rw-r--r--source/blender/include/BSE_sequence.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/include/BSE_sequence.h b/source/blender/include/BSE_sequence.h
index a592c516f08..219b9cb1c7c 100644
--- a/source/blender/include/BSE_sequence.h
+++ b/source/blender/include/BSE_sequence.h
@@ -95,13 +95,13 @@ void do_mul_effect(float facf0, float facf1,
int x, int y,
unsigned int *rect1, unsigned int *rect2,
unsigned int *out);
-/* Sweep effect */
+/* Wipe effect */
enum {DO_SINGLE_WIPE, DO_DOUBLE_WIPE, DO_BOX_WIPE, DO_CROSS_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);
-void do_sweep_effect(struct Sequence *seq, float facf0, float facf1, int x, int y, unsigned int *rect1, unsigned int *rect2, unsigned int *out);
+void init_wipe_effect(struct Sequence *seq);
+void do_wipe_effect(struct Sequence *seq, float facf0, float facf1, int x, int y, unsigned int *rect1, unsigned int *rect2, unsigned int *out);
/* Glow effect */
enum {