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>2017-05-10 16:54:23 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-10 16:54:23 +0300
commita438750cad553e51e4151785aea09996681dbd62 (patch)
tree5d57ef803c34db8e4be9450c7cadfbe92f87bcb2 /source/blender/editors/space_view3d/view3d_view.c
parent1a6b97e98f190cfe610d70d0e2a05e9e72cfbf33 (diff)
Fix multi-view (single camera) manipulators selection
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_view.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_view.c b/source/blender/editors/space_view3d/view3d_view.c
index c33b01149fc..835bbc01ec9 100644
--- a/source/blender/editors/space_view3d/view3d_view.c
+++ b/source/blender/editors/space_view3d/view3d_view.c
@@ -451,7 +451,7 @@ void ED_view3d_smooth_view_force_finish(
/* force update of view matrix so tools that run immediately after
* can use them without redrawing first */
Scene *scene = CTX_data_scene(C);
- ED_view3d_update_viewmat(scene, v3d, ar, NULL, NULL);
+ ED_view3d_update_viewmat(scene, v3d, ar, NULL, NULL, NULL);
}
}