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-04-17 12:55:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-17 12:55:31 +0400
commit3afd8d6cc859255d0b52081fbee91b6c6a012b4c (patch)
tree262281013dbad763f94e4f3cd83d414aa24dd0bf /source/blender/blenkernel/BKE_object.h
parentc00e7fb89dc6f44b74036256e55e00e9287b67db (diff)
move camera lens/angle conversion to BLI_math
Diffstat (limited to 'source/blender/blenkernel/BKE_object.h')
-rw-r--r--source/blender/blenkernel/BKE_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h
index 9930ad175a7..07c3da48792 100644
--- a/source/blender/blenkernel/BKE_object.h
+++ b/source/blender/blenkernel/BKE_object.h
@@ -77,8 +77,6 @@ void *add_camera(char *name);
struct Camera *copy_camera(struct Camera *cam);
void make_local_camera(struct Camera *cam);
float dof_camera(struct Object *ob);
-float camera_get_angle(struct Camera *cam);
-void camera_set_angle(struct Camera *cam, float angle);
void *add_lamp(char *name);
struct Lamp *copy_lamp(struct Lamp *la);