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:
authorTon Roosendaal <ton@blender.org>2007-03-16 14:29:40 +0300
committerTon Roosendaal <ton@blender.org>2007-03-16 14:29:40 +0300
commitdc9a21f25b3661fac4c2e87cac63e764a46e0452 (patch)
treeca5e2688f756171ecefe33c7bf4b8993978c46ee /source/blender/src/header_info.c
parent001939bd66f614012e5618c302c23417cb608acb (diff)
Patch #6121 by Diego Borghetti
Create/delete vertex groups now is possible in Object mode too (using the buttons in editbuttons).
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index d4e1d68ba8a..ed4d2a546b4 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -197,7 +197,7 @@ int progress_bar(float done, char *busy_info)
}
/* -- End of progress bar definitions ------- */
-extern char temp_dir[]; /* exotic.c */
+extern char temp_dir[]; /* XXXXX BAD BAD BAD from exotic.c */
void write_vrml_fs()
{