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:
authorShaul Kedem <shaul_kedem@yahoo.com>2009-02-01 02:57:04 +0300
committerShaul Kedem <shaul_kedem@yahoo.com>2009-02-01 02:57:04 +0300
commit306b3de7519e0ddf152df2070da2f3331040e0e5 (patch)
treeb2278a445d972705490fee46f657e7e8e8ddb2da /source/blender/editors/mesh/mesh_intern.h
parent51ded6696a7a3efee923a4420a1ebde46a03753f (diff)
selectrandom mesh , temp using space key
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 ac491c01438..64adc45aeeb 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -189,6 +189,7 @@ void MESH_OT_shortest_path_select(struct wmOperatorType *ot);
void MESH_OT_similar_vertex_select(struct wmOperatorType *ot);
void MESH_OT_similar_edge_select(struct wmOperatorType *ot);
void MESH_OT_similar_face_select(struct wmOperatorType *ot);
+void MESH_OT_selectrandom_mesh(struct wmOperatorType *ot);
extern EditEdge *findnearestedge(ViewContext *vc, int *dist);
extern void EM_automerge(int update);