Blender Git Loki
Git Commits -> Revision 29aae4d
Revision 29aae4d by Campbell Barton (master) May 18, 2015, 00:02 (GMT) |
UI: errors in buttons now show in info report Mistakes in button expressions were previously only printed to the console. |
Commit Details:
Full Hash: 29aae4db38772cb5544a5e9998922facf951b89e
Parent Commit: 3ed009a
Lines Changed: +85, -27
8 Modified Paths:
/source/blender/editors/interface/interface.c (+1, -0) (Diff)
/source/blender/python/generic/py_capi_utils.c (+28, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+30, -13) (Diff)
/source/blender/python/intern/bpy_util.h (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+21, -12) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/python/generic/py_capi_utils.c (+28, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+30, -13) (Diff)
/source/blender/python/intern/bpy_util.h (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+21, -12) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)