Blender Git Commit Log

Git Commits -> Revision ea80264

Revision ea80264 by Jacques Lucke (master)
April 24, 2019, 15:34 (GMT)
Refactor: allow event handlers to have a poll function

Previously only a fixed bounding box could be used.
This was not flexible enough.
T63193 will benefit from this refactor.

Reviewers: brecht, campbellbarton

Commit Details:

Full Hash: ea8026438104f7be178fcb06562932e4e3d2f094
Parent Commit: 7a92b88
Lines Changed: +92, -98

16 Modified Paths:

/source/blender/editors/screen/area.c (+8, -7) (Diff)
/source/blender/editors/space_action/space_action.c (+2, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+7, -7) (Diff)
/source/blender/editors/space_console/space_console.c (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+6, -6) (Diff)
/source/blender/editors/space_graph/space_graph.c (+3, -3) (Diff)
/source/blender/editors/space_image/space_image.c (+4, -4) (Diff)
/source/blender/editors/space_nla/space_nla.c (+5, -5) (Diff)
/source/blender/editors/space_node/space_node.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -2) (Diff)
/source/blender/editors/space_script/space_script.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+7, -7) (Diff)
/source/blender/editors/space_text/space_text.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+34, -42) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -5) (Diff)
/source/blender/windowmanager/wm_event_system.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021