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/util/ed_util.c')
-rw-r--r--source/blender/editors/util/ed_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index ed311e0ff0c..ae75c9d967b 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -58,6 +58,9 @@ void ED_editors_exit(bContext *C)
/* frees all editmode undos */
undo_editmode_clear();
+ /* global in meshtools... */
+ mesh_octree_table(ob, NULL, NULL, 'e');
+
if(ob) {
if(ob->type==OB_MESH) {
Mesh *me= ob->data;