Blender Git Loki
Git Commits -> Revision 5891dba
Revision 5891dba by Dalai Felinto (multiview) February 25, 2015, 19:34 (GMT) |
Sequencer: Implement 'Use Multi-View' for sequencer strips as well. Note: Sequencer still needs the same cleanup we did for Image/Movie datablocks regarding the load functions. The Sequencer code flow is very differnt than regular image I/O though. So I'm leaving the sequencer cleanup for after I get the other suggested changes implemented in the Image code (i.e., more separation be image and Scene/RenderData). |
Commit Details:
Full Hash: 5891dba59f17148f6b3808c60b435aa6c49365ef
Parent Commit: d6dcae3
Lines Changed: +50, -52
6 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+15, -31) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+17, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+6, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+10, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+17, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+6, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+10, -0) (Diff)