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:
-rw-r--r--source/blender/src/editmesh_tools.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index d7bcf39a1cf..3fc123836f6 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -6389,6 +6389,8 @@ void region_to_loop(void)
if(eed->f1 == 1) EM_select_edge(eed, 1);
}
+ if(G.scene->selectmode != SCE_SELECT_EDGE)
+ notice("Select mode changed to Edge Select");
G.scene->selectmode = SCE_SELECT_EDGE;
EM_selectmode_set();
countall();