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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-22 22:01:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-22 22:01:51 +0300
commitd74bbcdd852da9a17a6cf088469ebd3eb2167a9a (patch)
treee48c881b52a8a6b0c04ae8d66aee6c03be562a7b /source/blender/editors/mesh/mesh_intern.h
parent8c72e1835416187891cc893b8e573fdf56e4f03d (diff)
select nth (face/edge/vertex) - depending on which was last selected, useful for colapsing every other edge for eg.
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 7b7257ae9cb..e8ec85d8bd0 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -164,6 +164,7 @@ void MESH_OT_mark_sharp(struct wmOperatorType *ot);
void MESH_OT_vertices_smooth(struct wmOperatorType *ot);
void MESH_OT_flip_normals(struct wmOperatorType *ot);
void MESH_OT_solidify(struct wmOperatorType *ot);
+void MESH_OT_select_nth(struct wmOperatorType *ot);
extern EditEdge *findnearestedge(ViewContext *vc, int *dist);