Blender Git Loki
Git Commits -> Revision 950c2ea
Revision 950c2ea by Germano Cavalcante (master) July 6, 2016, 01:42 (GMT) |
Transform Snap: Replace pixel limit w/ 'dist_to_ray_sq' When snapping to edge/vert, check the distance to the ray instead of the screen-space pixel projection. This also corrects the conversion of `dist_to_ray_sq` to `dist_px` which was being done incorrectly. While this change was planned, it fixes T48791, caused by error in b01a56ee. |
Commit Details:
Full Hash: 950c2eaf614e895f5856d08faa8e86024b75ef85
Parent Commit: 1d81f69
Committed By: Campbell Barton
Lines Changed: +200, -367
1 Modified Path:
/source/blender/editors/transform/transform_snap_object.c (+200, -367) (Diff)