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>2007-10-03 14:36:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-03 14:36:04 +0400
commitd3382b8d1f5244ae321aec42006dc469f605bacf (patch)
tree4704eec2c0e3732866ffb3db5a9d23fec222280c /source/blender/src/drawimage.c
parentba1f2248d0429593d5623dc49d43061ac41d3053 (diff)
UV EditMode
-lasso tool now respects sticky selection setting when used with face mode -use constants for sticky value.
Diffstat (limited to 'source/blender/src/drawimage.c')
-rw-r--r--source/blender/src/drawimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawimage.c b/source/blender/src/drawimage.c
index 27862091a45..c9d6b8a649b 100644
--- a/source/blender/src/drawimage.c
+++ b/source/blender/src/drawimage.c
@@ -446,7 +446,7 @@ static void drawcursor_sima(float xuser_asp, float yuser_asp)
}
// checks if we are selecting only faces
-static int draw_uvs_face_check(void)
+int draw_uvs_face_check(void)
{
if (G.sima==NULL)
return 0;