Blender Git Loki
Git Commits -> Revision 9393dd0
Revision 9393dd0 by Ton Roosendaal (master) November 13, 2004, 12:55 (GMT) |
Fixed showstopper (thnx intrr!) bug in sequencer + global undo. This was actually a wrong pointer check in fileread that caused no harm in past, but with UI-less file save it wreaked havoc! Decided to add undo in sequencer window after all... it also involved saving Meta strip settings in files. Very nice :) |
Commit Details:
Full Hash: 9393dd08afd6b3eca03b1c6212a88f945a331dc4
SVN Revision: 3455
Parent Commit: 30c8c7d
Lines Changed: +77, -10
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+40, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -2) (Diff)
/source/blender/src/drawseq.c (+1, -1) (Diff)
/source/blender/src/editseq.c (+27, -0) (Diff)
/source/blender/src/space.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -2) (Diff)
/source/blender/src/drawseq.c (+1, -1) (Diff)
/source/blender/src/editseq.c (+27, -0) (Diff)
/source/blender/src/space.c (+2, -0) (Diff)