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 17:54:01 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-10 17:54:57 +0300
commit62aa925c11d00df0366ef17bf2baa165f73ab19c (patch)
treeb7d0dfe7cb2a3d7988c3a38abd3dfcd2530b4a8a /source/blender/makesrna/intern
parent195d0fbae373c5fa4dd18245d830542c095da1e0 (diff)
Fix T51354: Final take on multi-view (single view) issues
We now handle selection and transform manipulators (kudos to Julian Eisel to help hunting down the latter).
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_space_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space_api.c b/source/blender/makesrna/intern/rna_space_api.c
index c72d6d9e581..8f771eda99d 100644
--- a/source/blender/makesrna/intern/rna_space_api.c
+++ b/source/blender/makesrna/intern/rna_space_api.c
@@ -47,7 +47,7 @@ static void rna_RegionView3D_update(ID *id, RegionView3D *rv3d)
v3d = (View3D *)sa->spacedata.first;
- ED_view3d_update_viewmat(sc->scene, v3d, ar, NULL, NULL);
+ ED_view3d_update_viewmat(sc->scene, v3d, ar, NULL, NULL, NULL);
}
}