fix [#33094] Even edge slide on multiple loops destroys geometry

This commit is contained in:
2012-11-07 11:19:54 +00:00
parent 1c450d71ef
commit a10ed84bf4
2 changed files with 21 additions and 16 deletions

View File

@@ -197,6 +197,7 @@ typedef struct TransDataSlideVert {
float edge_len;
/* add origvert.co to get the original locations */
float upvec[3], downvec[3];
int loop_nr;