Commit: fb658d87ff31b4923de0d5746a832571ddd0742f
Author: Dalai Felinto
Date:   Fri Mar 20 17:14:41 2015 +0100
Branches: multiview
https://developer.blender.org/rBfb658d87ff31b4923de0d5746a832571ddd0742f

Removing XXX MV: sequencer already supports multiview movies

===================================================================

M       source/blender/makesrna/intern/rna_sequencer_api.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c 
b/source/blender/makesrna/intern/rna_sequencer_api.c
index 71c9c3f..b726ecc 100644
--- a/source/blender/makesrna/intern/rna_sequencer_api.c
+++ b/source/blender/makesrna/intern/rna_sequencer_api.c
@@ -209,7 +209,6 @@ static Sequence *rna_Sequences_new_movie(ID *id, Editing 
*ed, ReportList *report
 
        seq = alloc_generic_sequence(ed, name, frame_start, channel, 
SEQ_TYPE_MOVIE, file);
 
-       /* multiview todo: allow for opening multiview strip XXX MV */
        sanim = MEM_mallocN(sizeof(StripAnim), "Strip Anim");
        BLI_addtail(&seq->anims, sanim);
        sanim->anim = an;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to