Fix #109454: Snapping from Tools doesn't work if Depth option is not 'Surface' #111226

Closed
Germano Cavalcante wants to merge 1 commits from mano-wii/blender:fix_109454 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
d4bc77794c Fix #109454: Snapping from Tools doesn't work if Depth option is not Surface
Tools and Drag & Drop snap options are edited through Tool Placement
settings.

This can cause confusion, even more so when the `Depth` option is not
`Surface`, in which case the Snap Toggle is simply ignored and appears
to be broken.

The solution then is to prioritize Snap Toggle over the `Depth` option,
so even if it's not `Surface`, the snap is still done when toggle is
enabled.
2023-08-17 09:35:20 -03:00