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_add.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editmesh_add.c b/source/blender/src/editmesh_add.c
index d1ea36520d8..e38e90fed18 100644
--- a/source/blender/src/editmesh_add.c
+++ b/source/blender/src/editmesh_add.c
@@ -241,6 +241,8 @@ void add_click_mesh(void)
eve->f= SELECT;
}
+ retopo_do_all(NULL, NULL);
+
countall();
#ifdef WITH_VERSE