Always get a reference point when snapping with the projected elements option enabled.

This commit is contained in:
Germano Cavalcante 2018-05-24 13:37:48 -03:00
parent 8ea4539542
commit 0864a4c1ea
Notes: blender-bot 2023-02-14 10:21:11 +01:00
Referenced by commit c8af234f85, Fix T55325: Revert "Always get a reference point when snapping with the projected elements option enabled."
1 changed files with 0 additions and 5 deletions

View File

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