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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-28 18:31:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-28 18:31:15 +0400
commite9429f45e554a1ab8fe826410622c36c2d5cf7f1 (patch)
treed14bc05650d3191a9b70290aba314ca54b5b68d6 /source/blender/editors/util/ed_util.c
parenta5bd610e70ae1c107f72e5982cd9e08c2e6debb8 (diff)
re-enable mirroring - it was commented in a few functions.
Diffstat (limited to 'source/blender/editors/util/ed_util.c')
-rw-r--r--source/blender/editors/util/ed_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 52ac749ce67..8b43973669e 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -121,8 +121,8 @@ void ED_editors_exit(bContext *C)
}
/* global in meshtools... */
- //BMESH_TODO mesh_octree_table(NULL, NULL, NULL, 'e');
- //BMESH_TODO mesh_mirrtopo_table(NULL, 'e');
+ mesh_octree_table(NULL, NULL, NULL, 'e');
+ mesh_mirrtopo_table(NULL, 'e');
}