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:
authorFrancisco De La Cruz <dlcs.frank@gmail.com>2012-04-07 07:15:20 +0400
committerFrancisco De La Cruz <dlcs.frank@gmail.com>2012-04-07 07:15:20 +0400
commit6482351ed9c3e022e02933709e4df1407a2ffbef (patch)
tree9686f6e99bb68fa6bd641286340576939d0a4dab /source/blender/editors/mesh/mesh_intern.h
parentb9f9aa947a4ffc7ecc8cc661655b02a21efe6d0a (diff)
Added Vertex Slide: Slides a vertex along a selected and connected edge (Shift+Ctrl+V)
- BMop: "vertslide vert=%e edge=%hfev distance_t=%f"
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 2140bc4308b..706192f882b 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -214,6 +214,7 @@ void MESH_OT_bevel(struct wmOperatorType *ot);
void MESH_OT_bridge_edge_loops(struct wmOperatorType *ot);
void MESH_OT_inset(struct wmOperatorType *ot);
+void MESH_OT_vert_slide(struct wmOperatorType *ot);
/* ******************* mesh_navmesh.c */
void MESH_OT_navmesh_make(struct wmOperatorType *ot);