From 9c94728d893655d378004a5c39d9c5b51da07259 Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Tue, 6 Jul 2004 19:07:13 +0000 Subject: 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 --- source/blender/makesdna/DNA_sequence_types.h | 4 ++++ 1 file changed, 4 insertions(+) (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 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; -- cgit v1.2.3