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:
Diffstat (limited to 'source/blender/makesdna/DNA_camera_types.h')
-rw-r--r--source/blender/makesdna/DNA_camera_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_camera_types.h b/source/blender/makesdna/DNA_camera_types.h
index 1f25f371f97..8b6f0eb369b 100644
--- a/source/blender/makesdna/DNA_camera_types.h
+++ b/source/blender/makesdna/DNA_camera_types.h
@@ -46,9 +46,9 @@ struct Ipo;
typedef struct Camera {
ID id;
- short type, flag, drawzoom, hold;
+ short type, flag;
float clipsta, clipend;
- float lens, drawsize;
+ float lens, ortho_scale, drawsize;
/* yafray: dof params */
float YF_dofdist, YF_aperture;