Blender Git Loki
Git Commits -> Revision 66e22a2
October 14, 2020, 15:41 (GMT) |
Operators: Add modal_3d() and implement for box select This follows the same logic as invoke_3d(). That is, we wrap an operator's modal() with modal_3d() and project 3D controller coords to 2D mouse coords. |
Commit Details:
Full Hash: 66e22a2ed789c86a389f11fbd86bc388e58eccaf
Parent Commit: 6920906
Lines Changed: +139, -30
5 Modified Paths:
/source/blender/editors/space_view3d/view3d_select.c (+13, -28) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+10, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+86, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+12, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+18, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+10, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+86, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+12, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+18, -0) (Diff)