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:
authorTon Roosendaal <ton@blender.org>2006-11-06 18:42:38 +0300
committerTon Roosendaal <ton@blender.org>2006-11-06 18:42:38 +0300
commit71d7409fdaa2ca00050cb430b4bc45c91fe398b6 (patch)
tree7b1171cc35233dffbda27c54bbc7986c07d70c71 /source/blender/makesdna/DNA_camera_types.h
parent232bfbbf8dac4cefcfcc5419962bdd4427f63f5c (diff)
Patch #4940, by Wybren van Keulen
The 2-point perspecitve Architecture Camera! http://www.funnyfarm.tv/patch_lens_shift/patch_lens_shift.mov Full log: https://projects.blender.org/tracker/index.php?func=detail&aid=4940&group_id=9&atid=127
Diffstat (limited to 'source/blender/makesdna/DNA_camera_types.h')
-rw-r--r--source/blender/makesdna/DNA_camera_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_camera_types.h b/source/blender/makesdna/DNA_camera_types.h
index 6ccc48f217e..5ea0960dd4b 100644
--- a/source/blender/makesdna/DNA_camera_types.h
+++ b/source/blender/makesdna/DNA_camera_types.h
@@ -50,6 +50,7 @@ typedef struct Camera {
float passepartalpha, pad1;
float clipsta, clipend;
float lens, ortho_scale, drawsize;
+ float shiftx, shifty;
/* yafray: dof params */
float YF_dofdist, YF_aperture;