Blender Git Commit Log
Git Commits -> Revision cf6be71
Revision cf6be71 by Germano Cavalcante (master) December 9, 2021, 02:47 (GMT) |
Fix T93869: snap cursor may fail in orthographic view Float precision issues cause the `ED_view3d_win_to_3d_on_plane` to return a value even when the view ray is parallel to the plane. A more general solution might be desired in this case, as other areas that use `ED_view3d_win_to_3d_on_plane` might have the same problem. For now, just work around the problem for the snap cursor. |
Commit Details:
Full Hash: cf6be711e2a00bb0836a33c07cf6cd383ee15c4f
Parent Commit: 3753a0b
Lines Changed: +15, -5
1 Modified Path:
/source/blender/editors/space_view3d/view3d_cursor_snap.c (+15, -5) (Diff)