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-12-04 20:52:44 +0300
committerTon Roosendaal <ton@blender.org>2004-12-04 20:52:44 +0300
commit8d4782f7297c4a703b23b6b5383c0d76e4907903 (patch)
tree0daf2388b98d7cecc2c6a0efc3f51d4a5371229b /source/blender/src/editmesh_tools.c
parentbebeecef78335bb5fec3e8e74f8dc5f6cafaa80d (diff)
Was on my todo; with option "load No UI" the CTRL+X (start over) didnt
load UI either. (editmesh commit is error in previous commit, but caused no harm)
Diffstat (limited to 'source/blender/src/editmesh_tools.c')
-rw-r--r--source/blender/src/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index f0f53af36cf..cde1f9dba79 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -3356,7 +3356,7 @@ void bevel_mesh(float bsize, int allfaces)
removedoublesflag(1, limit);
/* flush selected vertices to edges/faces */
- EM_selectmode_set();
+ EM_select_flush();
#undef BEV_DEBUG
}