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>2005-10-22 23:34:31 +0400
committerTon Roosendaal <ton@blender.org>2005-10-22 23:34:31 +0400
commitac3e3eceba2506235652a5a92a85b5f4567f91f1 (patch)
tree254870fe996e8c6f2bbcb22d6a466a49292801ee /source/blender/include/BIF_editmesh.h
parent9e197399447007e64ee2f8aec36330fd55ddf44f (diff)
Long on the wishlist!
- CTRL+click in EditMesh now extrudes selection. If no selection, it adds a new vertex. Try it on a full selected monkey. Fun! :) - CTRL+click now also adds the new stuff aligned with the view, as if you had translated it to the mouse cursor. Only new vertices are added with respect to 3D cursor location.
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index 3829afb04be..1895a960f70 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -66,7 +66,7 @@ extern void separate_mesh_loose(void);
/* ******************* editmesh_add.c */
extern void add_primitiveMesh(int type);
extern void adduplicate_mesh(void);
-extern void addvert_mesh(void);
+extern void add_click_mesh(void);
extern void addedgeface_mesh(void);
/* ******************* editmesh_lib.c */