Always get a reference point when snapping with the projected elements option enabled.
This commit is contained in:
@@ -406,11 +406,6 @@ void applyGridAbsolute(TransInfo *t)
|
||||
|
||||
void applySnapping(TransInfo *t, float *vec)
|
||||
{
|
||||
if (t->tsnap.project && t->tsnap.mode == SCE_SNAP_MODE_FACE) {
|
||||
/* Each Trans Data already makes the snap to face */
|
||||
return;
|
||||
}
|
||||
|
||||
if (t->tsnap.status & SNAP_FORCED) {
|
||||
t->tsnap.targetSnap(t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user