Blender Git Commit Log
Git Commits -> Revision 57a2f7a
Revision 57a2f7a by Peter Schlaile (master) November 9, 2006, 22:23 (GMT) |
== Sequencer == This adds support for "generator effect strips", which don't need necessarily an input strip and my version of Matt Ebb's [ #5035 ] 'Solid Color' sequence strip. TODO: With a little bit more tweaking it will be possible to make animated effect plugins and my still unfinished "Bake"-Strip. For the 'Solid Color'-Effect, to quote Matt: This is nice and simple, just provides a solid colour that's set in a colour picker in the properties popup. This is something we've needed for a long time, and I got totally sick of having to make 'black.png' and 'white.png' just to do fades, so I coded this. |
Commit Details:
Full Hash: 57a2f7a5b569d1d0564c45e33eae1ebad3cd560b
SVN Revision: 8807
Parent Commit: 708e327
Lines Changed: +332, -95
7 Modified Paths:
/source/blender/blenloader/intern/writefile.c (+12, -9) (Diff)
/source/blender/include/BSE_seqeffects.h (+9, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+8, -0) (Diff)
/source/blender/src/drawseq.c (+20, -4) (Diff)
/source/blender/src/editseq.c (+89, -51) (Diff)
/source/blender/src/seqeffects.c (+132, -3) (Diff)
/source/blender/src/sequence.c (+62, -27) (Diff)
/source/blender/include/BSE_seqeffects.h (+9, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+8, -0) (Diff)
/source/blender/src/drawseq.c (+20, -4) (Diff)
/source/blender/src/editseq.c (+89, -51) (Diff)
/source/blender/src/seqeffects.c (+132, -3) (Diff)
/source/blender/src/sequence.c (+62, -27) (Diff)