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:
authorJoshua Leung <aligorith@gmail.com>2007-03-24 04:25:11 +0300
committerJoshua Leung <aligorith@gmail.com>2007-03-24 04:25:11 +0300
commit54824340f684824e203ffff1d0759dc9105c0ebf (patch)
tree6cabab22c10eeb6f23e283db840399b748e9fe55
parentf6ecea59b97f9c95c0ffa9081a8da2b4b4c39f33 (diff)
Commented out debug-print in Ton's commit from yesterday (camera angle)
-rw-r--r--source/blender/src/buttons_editing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index 62e831a007b..abbc50581a2 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -2992,8 +2992,7 @@ static void do_lenstoangleconversion_cb(void *lens1, void *angle1)
if(lens) {
*angle= 360.0f * atan(16.0f/lensvalue) / M_PI;
- printf("cam angle %f lens %f\n", *angle, *lens);
-
+ //printf("cam angle %f lens %f\n", *angle, *lens);
}
allqueue(REDRAWVIEW3D, 0);