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:
authorNicholas Bishop <nicholasbishop@gmail.com>2006-11-15 02:17:19 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2006-11-15 02:17:19 +0300
commit43f05cc1c02970f9e5128588869f0ed96ee13c85 (patch)
tree6910aafd9d75b81a8036c20c2c036e9eb73d219b /source/blender/src
parented25eb9d9eb5ecb60d5cd7cf7f0466a69203c50e (diff)
Fixed the retopo tool for adding vertices by CTRL+click in editmode
Diffstat (limited to 'source/blender/src')
-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