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:
authorChris Want <cwant@ualberta.ca>2005-08-17 02:11:40 +0400
committerChris Want <cwant@ualberta.ca>2005-08-17 02:11:40 +0400
commitc6abd2d1061bc648500a093e12f6e40eb9ac870f (patch)
tree7886369c1923cfd7868e7cef909187bd4c6f1e3b /source/blender/include/BIF_editmesh.h
parent235733d220b62f74ddb3bb29f1924f9187b9c71b (diff)
For lukep:
In face select mode, select faces by triangle/quad/other. Available through header menu, toolbox, or hot keys. Hot keys are: ctrl-shift-alt-3: Select all triangles ctrl-shift-alt-4: Select all quads ctrl-shift-alt-5: Select all non-triangles/quads (maybe a bit sore for the wrist) And also available through the menu/toolbox. I've never used f-gons so I don't know if the 'select other' function works there (or works at all, for that matter).
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 fa03da8ed76..ffb89be9687 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -127,6 +127,7 @@ extern void editmesh_align_view_to_selected(struct View3D *v3d, int axis);
/* Selection */
extern void select_non_manifold(void);
+extern void select_faces_by_numverts(int numverts);
extern void select_more(void);
extern void select_less(void);
extern void selectrandom_mesh(void);