Blender Git Commit Log
Git Commits -> Revision 37b862f
Revision 37b862f by Julian Eisel (master) November 4, 2021, 15:02 (GMT) |
Cleanup: Remove operator context override for drop-box operators Drop-boxes should act on the context determined through the exact cursor location. There should be no need to override that, basically by the nature of how drop-boxes work. So Campbell and I agreed on removing this. If we wanted to support it, we'd have to restore the operator context when drawing drop-boxes, see https://developer.blender.org/T92501#1247581. |
Commit Details:
Full Hash: 37b862fa6cd25bd85de22857a1980a5d2fed3aac
Parent Commit: db43d19
Lines Changed: +21, -10
5 Modified Paths:
/source/blender/editors/space_view3d/space_view3d.c (+0, -2) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+14, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -1) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+14, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -1) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+4, -4) (Diff)