[Bf-blender-cvs] [d8292ba] soc-2016-multiview: remove debug info of last commit

Tianwei Shen noreply at git.blender.org
Fri Aug 5 18:19:38 CEST 2016


Commit: d8292baf9c8235172721c098cca940ee918f0c32
Author: Tianwei Shen
Date:   Sat Aug 6 00:19:22 2016 +0800
Branches: soc-2016-multiview
https://developer.blender.org/rBd8292baf9c8235172721c098cca940ee918f0c32

remove debug info of last commit

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

M	source/blender/editors/space_clip/clip_editor.c

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

diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index f260c74..6a56ed1 100644
--- a/source/blender/editors/space_clip/clip_editor.c
+++ b/source/blender/editors/space_clip/clip_editor.c
@@ -728,15 +728,12 @@ void ED_clip_update_correspondence_mode(bContext *C, SpaceClip *sc)
 	}
 	BLI_assert(find_draw_region == true && ar != NULL);
 
-	printf("sc mode: %d\n", sc->mode);
-	printf("alignment : %d\n", ar->alignment);
 	/* some rules related to changing between correspondence mode and other mode*/
 	if (ar->regiontype != RGN_TYPE_WINDOW) {
 		return;
 	}
 	else if (sc->mode != SC_MODE_CORRESPONDENCE && ar->alignment == RGN_ALIGN_VSPLIT) {
 		///* Exit split-view */
-        printf("exit split-view\n");
 		ScrArea *sa = CTX_wm_area(C);
 		ARegion *arn;
 
@@ -759,7 +756,6 @@ void ED_clip_update_correspondence_mode(bContext *C, SpaceClip *sc)
 		return;		// Only last region can be splitted
 	}
 	else if (sc->mode == SC_MODE_CORRESPONDENCE) {
-        printf("enter split-view\n");
 		/* Enter split-view */
 		ScrArea *sa = CTX_wm_area(C);




More information about the Bf-blender-cvs mailing list