Fix #120104: Snap ignores evaluated geometry bounds
commit935666a622e88f50f525d78e85655e4217b9025a
authorHans Goudey <hans@blender.org>
Mon, 1 Apr 2024 15:01:19 +0000 (1 11:01 -0400)
committerHans Goudey <hans@blender.org>
Mon, 1 Apr 2024 15:01:19 +0000 (1 11:01 -0400)
tree56062b75c0d49f157df59deb9eeac4ca07b07c3f
parentf0d7a05fc41bce4b1e368c9806316cdb6784ec38
Fix #120104: Snap ignores evaluated geometry bounds

Previously the bounds were accessed on the original object.
That used to implicitly get the evaluated geometry's bounds,
but now that is an explicit choice.
source/blender/editors/transform/transform_snap.cc