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:
-rw-r--r--source/blender/editors/transform/transform_convert_mesh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_convert_mesh.c b/source/blender/editors/transform/transform_convert_mesh.c
index 1c286415ea6..5e27fd3c4ce 100644
--- a/source/blender/editors/transform/transform_convert_mesh.c
+++ b/source/blender/editors/transform/transform_convert_mesh.c
@@ -1086,7 +1086,9 @@ static void trans_mesh_customdata_correction_init_container(TransInfo *t, TransD
TFM_SHRINKFATTEN,
TFM_TRACKBALL,
TFM_PUSHPULL,
- TFM_ALIGN)) {
+ TFM_ALIGN,
+ TFM_EDGE_SLIDE,
+ TFM_VERT_SLIDE)) {
/* Currently only modes that change the position of vertices are supported. */
return;
}