Blender Git Loki
Git Commits -> Revision 9a69c45
Revision 9a69c45 by Germano Cavalcante (master) December 6, 2021, 02:40 (GMT) |
Fix T93388: dropping object on grid in orthogonal view misses the floor plane `ED_view3d_win_to_3d_on_plane` does not use the `clip_start` and `clip_end` values of the scene, so the `do_clip` option can be misleading especially in the orthographic view where the `clip_start` is negative. For now, don't use the `do_clip` option in orthographic view. |
Commit Details:
Full Hash: 9a69c456bd856e5ed634c37b657a55da39fa8130
Parent Commit: 3d8dea9
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/space_view3d/view3d_cursor_snap.c (+2, -1) (Diff)