[Bf-blender-cvs] [e797c4f28f5] master: Fix T78570: Vert/Edge slide doesn't adjust UVs

Germano Cavalcante noreply at git.blender.org
Fri Jul 3 14:11:11 CEST 2020


Commit: e797c4f28f50f2be9d6d28d4b8e5c080d53ef74f
Author: Germano Cavalcante
Date:   Fri Jul 3 09:00:18 2020 -0300
Branches: master
https://developer.blender.org/rBe797c4f28f50f2be9d6d28d4b8e5c080d53ef74f

Fix T78570: Vert/Edge slide doesn't adjust UVs

===================================================================

M	source/blender/editors/transform/transform_convert_mesh.c

===================================================================

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;
   }



More information about the Bf-blender-cvs mailing list