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>2004-11-30 16:06:00 +0300
committerTon Roosendaal <ton@blender.org>2004-11-30 16:06:00 +0300
commitd9e4a8580e20594b6555273383d7cecb6e6da40a (patch)
tree3c9ba1e49459ad774997cc830de98d6095c0c5f3 /source/blender/src/editmesh_lib.c
parent6d9c02be4cfd61b985af789e167f7fa78dbc0868 (diff)
On report from IRC: expand/shrink selection (CTRL + numpad-plus/minus) did
not work with edge/face selection modes correctly yet.
Diffstat (limited to 'source/blender/src/editmesh_lib.c')
-rw-r--r--source/blender/src/editmesh_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_lib.c b/source/blender/src/editmesh_lib.c
index d74c4d77b47..3d6fc8e653a 100644
--- a/source/blender/src/editmesh_lib.c
+++ b/source/blender/src/editmesh_lib.c
@@ -227,6 +227,7 @@ void EM_set_flag_all(int flag)
}
+/* flush for changes in vertices only */
void EM_deselect_flush(void)
{
EditMesh *em = G.editMesh;