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 03:18:45 +0300
committerShaul Kedem <shaul_kedem@yahoo.com>2009-02-01 03:18:45 +0300
commit744d3283e37ad7a78092d18e688d7687b69c34a6 (patch)
treef4da379a2ed81a1a52285f170e7a6e18d4bc8892 /source/blender/editors/mesh/mesh_intern.h
parent306b3de7519e0ddf152df2070da2f3331040e0e5 (diff)
vert to sphere - S + ctrl + shift keys
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 64adc45aeeb..c7efae4a88c 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -190,6 +190,7 @@ 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);
+void MESH_OT_vertices_to_sphere(struct wmOperatorType *ot);
extern EditEdge *findnearestedge(ViewContext *vc, int *dist);
extern void EM_automerge(int update);