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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-05 00:48:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-05 00:48:10 +0300
commit9c5a752c49813ad17ae8123474bf76633ea9054b (patch)
tree0648807c48877eefba5345620c2bb20fed7cafef /source/blender/blenkernel/intern/action.c
parentfe5b216030d7cf376f007ba797d72d04c43d65bd (diff)
use the camera's lens angle as radians.
Diffstat (limited to 'source/blender/blenkernel/intern/action.c')
-rw-r--r--source/blender/blenkernel/intern/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/action.c b/source/blender/blenkernel/intern/action.c
index a95cc7d1816..e2d1b1dd694 100644
--- a/source/blender/blenkernel/intern/action.c
+++ b/source/blender/blenkernel/intern/action.c
@@ -1028,7 +1028,7 @@ void copy_pose_result(bPose *to, bPose *from)
bPoseChannel *pchanto, *pchanfrom;
if(to==NULL || from==NULL) {
- printf("pose result copy error\n"); // debug temp
+ printf("pose result copy error to:%p from:%p\n", to, from); // debug temp
return;
}