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:
Diffstat (limited to 'source/blender/editors/mesh/bmeshutils.c')
-rw-r--r--source/blender/editors/mesh/bmeshutils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/bmeshutils.c b/source/blender/editors/mesh/bmeshutils.c
index c90fc95fa51..e3ec1c16ce3 100644
--- a/source/blender/editors/mesh/bmeshutils.c
+++ b/source/blender/editors/mesh/bmeshutils.c
@@ -81,7 +81,6 @@
#include "ED_view3d.h"
#include "ED_util.h"
#include "ED_screen.h"
-#include "BIF_transform.h"
#include "UI_interface.h"
@@ -249,7 +248,7 @@ void EDBM_MakeEditBMesh(Scene *scene, Object *ob)
}
me->edit_btmesh = BMEdit_Create(bm);
- me->edit_btmesh->selectmode = scene->selectmode;
+ me->edit_btmesh->selectmode = scene->toolsettings->selectmode;
}
void EDBM_LoadEditBMesh(Scene *scene, Object *ob)