Blender Git Loki
Git Commits -> Revision 8d2a0a5
Revision 8d2a0a5 by Peter Schlaile (master) March 24, 2008, 17:35 (GMT) |
== Sequencer == A lot of fixes for anim_startofs / anim_endofs: * crashed when striplen was 0 and startstill / endstill still in use * made it work for Audio (HD and RAM) * made it work for Image Sequences * added a new cutting tool, that uses anim_startofs / endofs instead of startofs / endofs. This is now the default and called "hard cut" * moved old cutting method to "Shift-K" and renamed it "soft cut" |
Commit Details:
Full Hash: 8d2a0a566f88c3af3dbce774d013afad539bab27
SVN Revision: 14228
Parent Commit: 2b7e4f4
Lines Changed: +179, -35
9 Modified Paths:
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/include/BIF_editseq.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+5, -5) (Diff)
/source/blender/src/drawseq.c (+2, -2) (Diff)
/source/blender/src/editseq.c (+105, -5) (Diff)
/source/blender/src/header_seq.c (+6, -2) (Diff)
/source/blender/src/seqaudio.c (+8, -3) (Diff)
/source/blender/src/sequence.c (+44, -11) (Diff)
/source/blender/src/space.c (+7, -5) (Diff)
/source/blender/include/BIF_editseq.h (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+5, -5) (Diff)
/source/blender/src/drawseq.c (+2, -2) (Diff)
/source/blender/src/editseq.c (+105, -5) (Diff)
/source/blender/src/header_seq.c (+6, -2) (Diff)
/source/blender/src/seqaudio.c (+8, -3) (Diff)
/source/blender/src/sequence.c (+44, -11) (Diff)
/source/blender/src/space.c (+7, -5) (Diff)