[#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:
Martin Poirier
2010-04-12 22:42:09 +00:00
parent 4824e7eeeb
commit 584dbcc2fc

View File

@@ -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)