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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-06 17:00:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-06 17:00:27 +0300
commit541258bfa60e90ff6c0b89ed2972963a9f53db86 (patch)
tree4b3bd64253a9ad25990ead29b3b361b817dee0e3 /source/blender/editors/transform/transform_snap.c
parentf28d209591d712b5c25051d3e5aea7b293b9f059 (diff)
parent84474b0171eba502cbde345ce44707ba6dde7203 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/transform/transform_snap.c')
-rw-r--r--source/blender/editors/transform/transform_snap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c
index f0cb291925a..7eff1b33acc 100644
--- a/source/blender/editors/transform/transform_snap.c
+++ b/source/blender/editors/transform/transform_snap.c
@@ -1203,7 +1203,8 @@ bool snapObjectsTransform(
.use_object_edit_cage = (t->flag & T_EDIT) != 0,
},
mval, dist_px, NULL,
- r_loc, r_no, NULL);
+ r_loc, r_no, NULL,
+ NULL, NULL);
}