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>2015-12-02 10:46:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-02 10:46:14 +0300
commite16d39b793ea0a1584e9041b35a02d97e056e849 (patch)
tree783e73c568a16c77e59ae54f46395d234d37fd68 /source/blender/makesrna/intern/rna_scene_api.c
parenta5c0964c70cc4c12e574ef7e51fcf6c0b5f38680 (diff)
Transform Snap: add optional face index arg
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 6c5a29c02cd..cc56f5e477d 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -151,7 +151,7 @@ static void rna_Scene_ray_cast(Scene *scene, float ray_start[3], float ray_end[3
scene, NULL, NULL, NULL, NULL,
NULL, SNAP_ALL, SCE_SNAP_MODE_FACE,
ray_start, ray_nor, &ray_dist,
- r_location, r_normal, NULL,
+ r_location, r_normal, NULL, NULL,
r_ob, (float(*)[4])r_obmat))
{
*r_success = true;