Commit: 8b96cf5d0b7d6cb60fe0014bc5acb1017f0ba5d0
Author: Dalai Felinto
Date:   Mon Aug 25 16:40:16 2014 +0200
Branches: multiview
https://developer.blender.org/rB8b96cf5d0b7d6cb60fe0014bc5acb1017f0ba5d0

Disabling Stereo Output for Multilayer

This is doable, but again it is a lot of work for something that probably no 
one will use.
I do not know why I even coded multlayer+stereo output for regular rendering 
and image editor :|
I will see, maybe I implement that later, but just do not want to bother with 
this now.

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

M       source/blender/editors/space_node/drawnode.c

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

diff --git a/source/blender/editors/space_node/drawnode.c 
b/source/blender/editors/space_node/drawnode.c
index 7e44db0..9f530db 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -1697,7 +1697,9 @@ static void node_composit_buts_file_output_ex(uiLayout 
*layout, bContext *C, Poi
        node_composit_buts_file_output(layout, C, ptr);
        uiTemplateImageSettings(layout, &imfptr, false);
        
-       if (multiview)
+       /* disable stereo output for multilayer, too much work for something 
that no one will use */
+       /* if someone asks for that we can implement it */
+       if (multiview && !multilayer)
                uiTemplateImageViews(layout, &imfptr);
 
        uiItemS(layout);

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

Reply via email to