From ac3e3eceba2506235652a5a92a85b5f4567f91f1 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 22 Oct 2005 19:34:31 +0000 Subject: 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. --- source/blender/include/BIF_editmesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/include/BIF_editmesh.h') 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 */ -- cgit v1.2.3