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

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D917
This commit is contained in:
Dalai Felinto
2014-11-25 21:45:42 -02:00
parent 8152a6c66c
commit cdcef1d993

View File

@@ -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;