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-06 23:07:13 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2004-07-06 23:07:13 +0400
commit9c94728d893655d378004a5c39d9c5b51da07259 (patch)
treee99906bd787209afa26397a6c37b676baf052e95 /source/blender/makesdna/DNA_sequence_types.h
parent5b09bb1eb173e07c21b33af9df19df072db11bde (diff)
This is the initial commit of a revamp of the sweep effects that goofster committed that was originally a sequence plugin from sirdude.
The changes from the original include the ability to add a blurred edge with a selectable width to the wipe and to rotate the effect. Has these sweep types included already -single -double -iris These still need to be coded -box -cross -clock
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index ec9f276bb84..fad745b5b7e 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -140,6 +140,10 @@ typedef struct Editing {
/* ************* Effect Variable Structs ********* */
typedef struct SweepVars {
+ float edgeWidth,angle;
+ short forward,spad1,spad2,spad3;
+ int ipad1;
+ float fpad1,fpad2;
short sweeptype;
} SweepVars;