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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-10-15 18:47:37 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-10-15 18:47:37 +0400
commit30141b44642609cccb9c252de578a00e92633b29 (patch)
tree9b95b604b19f1b3d8c1832133f90a621e2eafad3 /source/blender/editors/util/editmode_undo.c
parente9a194e55fd79a8928d43a2990c2c0c570a9bfaa (diff)
select boundary loop tool (aka region to loop) switches to edge select mode if the mode was face select
Diffstat (limited to 'source/blender/editors/util/editmode_undo.c')
-rw-r--r--source/blender/editors/util/editmode_undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/editmode_undo.c b/source/blender/editors/util/editmode_undo.c
index 9b938c44a5f..342f9d43fc9 100644
--- a/source/blender/editors/util/editmode_undo.c
+++ b/source/blender/editors/util/editmode_undo.c
@@ -274,7 +274,7 @@ void undo_editmode_step(bContext *C, int step)
/* special case for editmesh, mode must be copied back to the scene */
if(obedit->type == OB_MESH) {
- EDBM_selectmode_to_scene(CTX_data_scene(C), obedit);
+ EDBM_selectmode_to_scene(C);
}
DAG_id_tag_update(&obedit->id, OB_RECALC_DATA);