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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-21 18:51:17 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-21 18:51:17 +0400
commita5c32e13535acf42d0e44a77b29e0b4882164d57 (patch)
tree53550a6e64cb19cc0b50853622a8f2b50377bef8 /source/blender/include/BIF_editmesh.h
parent9035f0cd257f94bc89579140d05a5064fa70305a (diff)
1. Moved Edgeloop Delete to Delete Menu out of Edge Specials
2. Edgeloop Delete will pop the undo stack if it fails 3. Small Tweak on CTRL-Subdivide selection
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 bce9e82c277..3829afb04be 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -187,7 +187,7 @@ extern void bevel_menu();
extern void mesh_set_smooth_faces(short event);
void edge_rotate_selected(int dir);
int EdgeSlide(short immediate, float imperc);
-void EdgeLoopDelete(void);
+int EdgeLoopDelete(void);
void mesh_rip(void);
struct EditVert *editedge_getOtherVert(struct EditEdge *eed, struct EditVert *ev);