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/editors/include
parenta5c0964c70cc4c12e574ef7e51fcf6c0b5f38680 (diff)
Transform Snap: add optional face index arg
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index 874c6934f6d..19bfb94e130 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -205,7 +205,7 @@ bool snapObjectsRayEx(
const float mval[2], SnapSelect snap_select, short snap_mode,
const float ray_start[3], const float ray_normal[3], float *ray_depth,
/* return args */
- float r_loc[3], float r_no[3], float *r_dist_px,
+ float r_loc[3], float r_no[3], float *r_dist_px, int *r_index,
struct Object **r_ob, float r_obmat[4][4]);
bool snapNodesTransform(