Blender Git Loki
Git Commits -> Revision 5f3c4ed
Revision 5f3c4ed by Diego Borghetti (master) September 19, 2008, 22:51 (GMT) |
== Outliner == Commit patch #8195 New outliner mode: Sequence, it's show all the sequence and strip that we have in the outliner, split it for type (particle, sound and so on..). Some notes to take care: * The strip can be selected with LMB * The sequence can be deleted with XKEY (all the selected) * The "Meta" are stored in a single tree (Meta Strip) with all the sequence. * Duplicate sequence (with the same name) are store in a single tree and you can select all the Sequence with LMB in the "root" entry. * Also show the directory path. [ As Ton point in the tracker, still need more work (and options, Luca made a really good list in the tracker), so move to the trunk and start working here, probably a good topic for next meeting. ] |
Commit Details:
Full Hash: 5f3c4edb8ff475f94530d9bb5af3eeef816b5266
SVN Revision: 16620
Parent Commit: a15296e
Lines Changed: +299, -24
6 Modified Paths:
/source/blender/include/BIF_editseq.h (+1, -0) (Diff)
/source/blender/include/BIF_outliner.h (+4, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/editseq.c (+27, -2) (Diff)
/source/blender/src/header_oops.c (+4, -4) (Diff)
/source/blender/src/outliner.c (+262, -17) (Diff)
/source/blender/include/BIF_outliner.h (+4, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/editseq.c (+27, -2) (Diff)
/source/blender/src/header_oops.c (+4, -4) (Diff)
/source/blender/src/outliner.c (+262, -17) (Diff)