Blender Git Commit Log
Git Commits -> Revision a31dec3
Revision a31dec3 by Roel Spruit (master) June 18, 2004, 22:53 (GMT) |
added a new Sequence Effect: Sweep. this consists of 22 different ways to sweep from 1 strip to another. For you windows lovers: it's like "Blinds" in Powerpoint :) - in the NKEY menu you can choose which type you want perform, vertical, horizontal, in/out etc. it's too much to decribe. Credits for this go to Kent 'Sirdude" Mein who coded the sequence plugin I stole the code from. To allow certain sequence effects to have settings, I also added a "varstr" void pointer to the Sequence DNA, that can point to a special struct for each effect. This is similar to how plugins are handles. more neat effects to come.... |
Commit Details:
Full Hash: a31dec3712d0b03168fc29987bf088935fedb367
SVN Revision: 2686
Parent Commit: 3538214
Lines Changed: +768, -532
6 Modified Paths:
/source/blender/include/BSE_sequence.h (+13, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+23, -14) (Diff)
/source/blender/src/drawseq.c (+12, -0) (Diff)
/source/blender/src/editseq.c (+259, -249) (Diff)
/source/blender/src/header_seq.c (+16, -12) (Diff)
/source/blender/src/sequence.c (+445, -256) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+23, -14) (Diff)
/source/blender/src/drawseq.c (+12, -0) (Diff)
/source/blender/src/editseq.c (+259, -249) (Diff)
/source/blender/src/header_seq.c (+16, -12) (Diff)
/source/blender/src/sequence.c (+445, -256) (Diff)