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-08-08 00:46:26 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-08-08 00:46:26 +0400
commitbfcc67267bfc06c2f3c33c92eefaa3d2e56c51cf (patch)
tree2157b107ba2d54afd075b15c56285add6af69b82 /source/blender/include/BIF_editmesh.h
parentf333f124cab8c09a2339a31067d9864fabe1cc9a (diff)
In CTRL-E menu "Edgeloop Delete" with a valid "inner" edgeloop selected, this function calls other tools to delete that edgeloop by doing the following
Edgeslide to one side 100% CTRL + to select "more" Remove Doubles Leaves you with new faceloop selected.
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index cd57f9eb4fe..bbf51433374 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -173,6 +173,7 @@ extern void fill_mesh(void);
extern void bevel_menu();
void edge_rotate_selected(int dir);
int EdgeSlide(short immediate, float imperc);
+void EdgeLoopDelete(void);
#endif