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-01-05 00:16:09 +0300
committerTon Roosendaal <ton@blender.org>2006-01-05 00:16:09 +0300
commit987a3216c3f980ace0023580b4223b76e9640c17 (patch)
treebf8743bd65549da949643685c6b439ca9d815407 /source/blender/makesdna/DNA_view3d_types.h
parent1521012c18fbac571275367d0ff39de6567d16bf (diff)
Orange: Hold SHIFT+MMB in camera view shifts the viewports around.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 3e1628a658c..960ed6181e5 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -102,6 +102,7 @@ typedef struct View3D {
short scenelock, around, camzoom, flag;
float lens, grid, gridview, pixsize, near, far;
+ float camdx, camdy; /* camera view offsets, 1.0 = viewplane moves entire width/height */
float ofs[3], cursor[3];
short gridlines, viewbut;