Blender Git Commit Log
Git Commits -> Revision c56b812
Revision c56b812 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) October 15, 2014, 17:16 (GMT) |
WIP commit, basically introducing a few things here: * highlighted vs active widget. Active widget takes all input and basically highjacks drawing of all other widgets in the widgetmap. * operator names for widgets. Now widgets will spawn operators based on names that are passed on them. They will also modify a named property of the operator and pass it on, after which operator can process it. |
Commit Details:
Full Hash: c56b812f765dd4bf4cf3d71ce936814999fd1d8c
Parent Commit: 814fb1e
Lines Changed: +120, -43
5 Modified Paths:
/source/blender/editors/object/object_lamp.c (+10, -7) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+25, -18) (Diff)
/source/blender/windowmanager/intern/wm_widgets.c (+65, -15) (Diff)
/source/blender/windowmanager/wm_event_system.h (+4, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+16, -2) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+25, -18) (Diff)
/source/blender/windowmanager/intern/wm_widgets.c (+65, -15) (Diff)
/source/blender/windowmanager/wm_event_system.h (+4, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+16, -2) (Diff)