[#21993] Edge Slide operator should disable projection snapping
Adding proper flag. If there are others like that, other people can fix them too, it's easy peasy.
This commit is contained in:
@@ -4670,7 +4670,7 @@ void initEdgeSlide(TransInfo *t)
|
||||
|
||||
t->num.increment = t->snap[1];
|
||||
|
||||
t->flag |= T_NO_CONSTRAINT;
|
||||
t->flag |= T_NO_CONSTRAINT|T_NO_PROJECT;
|
||||
}
|
||||
|
||||
int doEdgeSlide(TransInfo *t, float perc)
|
||||
|
||||
Reference in New Issue
Block a user