Blender Git Loki
Git Commits -> Revision a22cfe9
Revision a22cfe9 by Peter Schlaile (master) November 29, 2009, 18:14 (GMT) |
== Sequencer == Brought back default effect fading: (adding a wipe effect makes it wipe by default for the length of the strip) First round in upgrading IPOs from older versions. (works for non-IPO case now and sets at least the new "default effect fade"-flag) Still non-working for old IPOs, since Sequence-Strips aren't real IDs! And: non-frame-lock case should stretch the FCurve to the right length! |
Commit Details:
Full Hash: a22cfe99db567fb34047b1cf3cacde1be271efac
SVN Revision: 25004
Parent Commit: ae16f46
Lines Changed: +96, -17
7 Modified Paths:
/release/scripts/ui/space_sequencer.py (+7, -2) (Diff)
/source/blender/blenkernel/intern/ipo.c (+57, -0) (Diff)
/source/blender/blenkernel/intern/sequence.c (+20, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+7, -1) (Diff)
/source/blender/blenkernel/intern/ipo.c (+57, -0) (Diff)
/source/blender/blenkernel/intern/sequence.c (+20, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+7, -1) (Diff)