Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianwei Shen <shentianweipku@gmail.com>2016-08-05 19:19:22 +0300
committerTianwei Shen <shentianweipku@gmail.com>2016-08-05 19:19:22 +0300
commitd8292baf9c8235172721c098cca940ee918f0c32 (patch)
tree4d93d5d21ed5460c022cef5a42417afc6fa2266c /source/blender/editors/space_clip
parenteaf9ccb22acc8f89474e568e67833678be907422 (diff)
remove debug info of last commit
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_editor.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index f260c74c4a3..6a56ed12583 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);