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>2007-04-19 19:02:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-19 19:02:54 +0400
commit4116599c1f268156965c2c80cd3dc191f1502463 (patch)
tree947127e6a60687db37b27acffd9b8d7012a9c8b7 /source/blender/src/toets.c
parent0f2e46d2beb9aa4f33657f7f6ac5eb79fada8f84 (diff)
moving from camera view with home and astrix keys now uses smooth view (This should be the last one).
Fix for own error from a wile ago Numpad-Astrix would set to size view of selected faces, rather then front.
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 7530b82a63e..626aec10a2e 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -264,7 +264,7 @@ void persptoetsen(unsigned short event)
G.vd->persp=1;
G.vd->dist= 0.0;
-
+
view_settings_from_ob(act_cam_orig, G.vd->ofs, NULL, NULL, &G.vd->lens);
smooth_view(G.vd, orig_ofs, NULL, &orig_dist, &orig_lens);