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:
authorTon Roosendaal <ton@blender.org>2004-10-01 00:38:35 +0400
committerTon Roosendaal <ton@blender.org>2004-10-01 00:38:35 +0400
commit8ae56af0cf3af36d4f0a9b21575e773ba678bb49 (patch)
treebccb08b605bc21001d11a25e22ffa84a30285be1 /source/blender/src/editmesh_tools.c
parent742e00db3f92eb43449027bd2ece97bbfd5b4aa5 (diff)
Recoded how 'handles' were implemented; these were extra wireframe edges
actually, adding vertices and edges to displist. Now the subsurfer gives editvertices a pointer to the subsurfed vertex location; allowing not only vertices in 'optimal' draw to show correct, but also gives proper handling of borderselect and lasso for edges. :)
Diffstat (limited to 'source/blender/src/editmesh_tools.c')
-rw-r--r--source/blender/src/editmesh_tools.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index a14643e5e3a..ccd4e8b7ed7 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -543,8 +543,7 @@ void extrude_mesh(void)
}
else {
EM_fgon_flags();
- countall(); /* for G.totvert in calc_meshverts() */
- calc_meshverts();
+ countall();
transform('n');
}