Blender Git Loki
Git Commits -> Revision 42f9993
Revision 42f9993 by Peter Schlaile (master) November 22, 2009, 20:22 (GMT) |
== Sequencer == This should make animations in sequencer work again at most places. It removes facf0 and facf1 and replaces them by * effect_fader (the fader position for transition effects limited 0-1 value range) * speed_fader (full range fader for speed effect) Also: default transitions should work again. Still not working: non-IPO-locked curves. (Don't really know, if we can / want to bring them back in new animation system.) |
Commit Details:
Full Hash: 42f99939f62de85069251f88a2ce26f78f4b02c9
SVN Revision: 24779
Parent Commit: 85080f9
Lines Changed: +82, -103
5 Modified Paths:
/release/scripts/ui/space_sequencer.py (+4, -2) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+35, -43) (Diff)
/source/blender/blenkernel/intern/sequence.c (+34, -50) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+7, -7) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+35, -43) (Diff)
/source/blender/blenkernel/intern/sequence.c (+34, -50) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sequence.c (+7, -7) (Diff)