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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-20 10:05:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-20 10:13:11 +0300
commitdb5a82302cb322b24d0e0a315e6af499706e8aca (patch)
treeb4b5fb305ac2ac5b67e03967d2c40317b74b3701 /source
parent18b98fdd6fb0eef23c2d8e7868f7ca52bf945269 (diff)
Error in last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_view3d/view3d_edit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index 042a44223c9..d7a767a3701 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -1521,12 +1521,11 @@ static int ndof_pan_invoke(bContext *C, wmOperator *UNUSED(op), const wmEvent *e
}
}
+ ED_view3d_camera_lock_sync(depsgraph, v3d, rv3d);
if (xform_flag) {
ED_view3d_camera_lock_autokey(v3d, rv3d, C, false, xform_flag & HAS_TRANSLATE);
}
- ED_view3d_camera_lock_sync(depsgraph, v3d, rv3d);
-
ED_region_tag_redraw(CTX_wm_region(C));
return OPERATOR_FINISHED;