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

This commit is contained in:
Germano Cavalcante 2020-07-03 09:00:18 -03:00
parent dfbb13b593
commit e797c4f28f
Notes: blender-bot 2023-02-14 09:02:40 +01:00
Referenced by issue #78570, Vert/Edge slide doesn't preserve UVs
1 changed files with 3 additions and 1 deletions

View File

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