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>2010-01-16 04:15:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-16 04:15:47 +0300
commit03e924cdee264352fbc8e0a822212a169415185b (patch)
tree5cefc3a6488741f9181f96c0e93c1155d2c05bfc /source/blender/editors/space_console/console_ops.c
parent61acdb61cb79a34889fca09e640613317c06698a (diff)
mirror modifier vgroup option was doing string name conversion to find the flipped name for every vertex for every weight.
the vertex flip mapping only needs to be made once. warning fixes too.
Diffstat (limited to 'source/blender/editors/space_console/console_ops.c')
-rw-r--r--source/blender/editors/space_console/console_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_console/console_ops.c b/source/blender/editors/space_console/console_ops.c
index 76e1231b0d4..969918392c9 100644
--- a/source/blender/editors/space_console/console_ops.c
+++ b/source/blender/editors/space_console/console_ops.c
@@ -279,12 +279,12 @@ static int console_edit_poll(bContext *C)
return 1;
}
-
+#if 0
static int console_poll(bContext *C)
{
return (CTX_wm_space_console(C) != NULL);
}
-
+#endif
/* static funcs for text editing */