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/headerbuttons.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/headerbuttons.c')
-rw-r--r--source/blender/src/headerbuttons.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c
index f293d627f68..2ad1702f1f0 100644
--- a/source/blender/src/headerbuttons.c
+++ b/source/blender/src/headerbuttons.c
@@ -587,7 +587,10 @@ void do_global_buttons(unsigned short event)
ScrArea *sa;
Brush *br;
int nr= 1;
+
+#ifdef INTERNATIONAL
char buf[FILE_MAX];
+#endif
ob= OBACT;