Blender Git Commit Log
Git Commits -> Revision 934c1c9
Revision 934c1c9 by Campbell Barton (temp-wm-event-api) January 30, 2019, 09:52 (GMT) |
Experimental event playback, use for testing events Useful for the undo system which cant easily be tested any other way. |
Commit Details:
Full Hash: 934c1c944232429c23faa53524a1e8f5ca57c510
Parent Commit: fbfe360
Lines Changed: +393, -2
2 Added Paths:
/tests/python/event_simulate/modules/easy_keys.py (+237, -0) (View)
/tests/python/event_simulate/sculpt_undo.py (+38, -0) (View)
/tests/python/event_simulate/sculpt_undo.py (+38, -0) (View)
7 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+5, -2) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+73, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+11, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+16, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+5, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/creator/creator_args.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+73, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+11, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+16, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+5, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/creator/creator_args.c (+5, -0) (Diff)