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:
authorDalai Felinto <dfelinto@gmail.com>2014-11-26 02:45:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2014-11-26 21:55:17 +0300
commitcdcef1d99319ac6cc7f5fbbd003777efe08e88e4 (patch)
tree61593c65ef65a878b612cd52c58183ce776e7ba6 /source/blender/editors/space_view3d/view3d_camera_control.c
parent8152a6c66cabb929e3b18becce1da60ad5f646aa (diff)
Fix for walk navigation not working with stereo camera (multiview)
Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D917
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_camera_control.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_camera_control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_camera_control.c b/source/blender/editors/space_view3d/view3d_camera_control.c
index ee0f3da18b4..c0314546b88 100644
--- a/source/blender/editors/space_view3d/view3d_camera_control.c
+++ b/source/blender/editors/space_view3d/view3d_camera_control.c
@@ -266,6 +266,8 @@ void ED_view3d_cameracontrol_update(
BKE_object_apply_mat4(v3d->camera, view_mat, true, true);
+ DAG_id_tag_update(&v3d->camera->id, OB_RECALC_OB);
+
copy_v3_v3(v3d->camera->size, size_back);
id_key = &v3d->camera->id;