[Bf-blender-cvs] [cdcef1d] master: Fix for walk navigation not working with stereo camera (multiview)

Dalai Felinto noreply at git.blender.org
Wed Nov 26 19:55:33 CET 2014


Commit: cdcef1d99319ac6cc7f5fbbd003777efe08e88e4
Author: Dalai Felinto
Date:   Tue Nov 25 21:45:42 2014 -0200
Branches: master
https://developer.blender.org/rBcdcef1d99319ac6cc7f5fbbd003777efe08e88e4

Fix for walk navigation not working with stereo camera (multiview)

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D917

===================================================================

M	source/blender/editors/space_view3d/view3d_camera_control.c

===================================================================

diff --git a/source/blender/editors/space_view3d/view3d_camera_control.c b/source/blender/editors/space_view3d/view3d_camera_control.c
index ee0f3da1..c031454 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;




More information about the Bf-blender-cvs mailing list