[Bf-blender-cvs] [20e0235] multiview: Generated Image: Hide from UI the option to create stereo 3d image

Dalai Felinto noreply at git.blender.org
Thu Mar 5 15:04:07 CET 2015


Commit: 20e023541c5f9b1ee81d057bd28d7a452a3ceb57
Author: Dalai Felinto
Date:   Thu Mar 5 10:58:10 2015 -0300
Branches: multiview
https://developer.blender.org/rB20e023541c5f9b1ee81d057bd28d7a452a3ceb57

Generated Image: Hide from UI the option to create stereo 3d image

We have no tools to properly draw in stereo *yet*.

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

M	source/blender/editors/space_image/image_ops.c

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

diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index f5f11fd..043c199 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -2367,10 +2367,12 @@ static void image_new_draw(bContext *C, wmOperator *op)
 	uiItemL(col[0], "", ICON_NONE);
 	uiItemR(col[1], &ptr, "float", 0, NULL, ICON_NONE);
 
+#if 0
 	if (is_multiview) {
 		uiItemL(col[0], "", ICON_NONE);
 		uiItemR(col[1], &ptr, "use_stereo_3d", 0, NULL, ICON_NONE);
 	}
+#endif
 }
 
 void IMAGE_OT_new(wmOperatorType *ot)




More information about the Bf-blender-cvs mailing list