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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index de9443d1eb4..3026eeb8f50 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -46,6 +46,7 @@ set(SRC
editmesh_select.c
editmesh_tools.c
editmesh_utils.c
+ editmesh_slide.c
mesh_data.c
mesh_ops.c
meshtools.c