Blender Git Commit Log
Git Commits -> Revision 52bc4bf
Revision 52bc4bf by Dalai Felinto (multiview) November 19, 2014, 14:20 (GMT) |
Sequencer: final bits of seq->anim stripped away (in favour of seq->anims) Sequencer core todos: ==================== * Check on proxies * I may need a permanent flag to indicate something is multiview/stereo, to prevent overhead on rendering uncached. That should also prevent: * Fix issue of mono-videos (when in multiview) not showing a valid view for all the views. * Add multiview option to rna_sequencer_api add_movie_strip * (optional) Remove duplicate code of creating anims for all views * Test, Test, Test |
Commit Details:
Full Hash: 52bc4bff6948d856da9e1cf874af8b8c94d9459e
Parent Commit: 5352fef
Lines Changed: +89, -48
5 Modified Paths:
/source/blender/blenkernel/BKE_sequencer.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+78, -35) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -3) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -9) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+7, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+78, -35) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -3) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -9) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+7, -1) (Diff)