Blender Git Loki
Git Commits -> Revision daf4a3b
Revision daf4a3b by Julian Eisel (temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, wiggly-widgets) December 3, 2015, 23:49 (GMT) |
Widget precision tweaking support Adds support for precision tweaking by holding shift. For now used by arrow-widgets only, rest can be adapted later. Also - and this shouldn't have any noticeable influence for users, widget tweaking is handled via a modal operator now (WIDGETGROUP_OT_widget_tweak). This way, the shortcut for toggling precision tweaking doesn't have to be hardcoded. |
Commit Details:
Full Hash: daf4a3b16635f4f1e489291ca62b7f36662b7f88
Parent Commit: 9af4ff0
Lines Changed: +187, -112
6 Modified Paths:
/source/blender/editors/transform/transform_manipulator.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_generic_widgets.c (+25, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+0, -2) (Diff)
/source/blender/windowmanager/intern/wm_widgets.c (+149, -99) (Diff)
/source/blender/windowmanager/wm.h (+1, -3) (Diff)
/source/blender/windowmanager/WM_api.h (+11, -1) (Diff)
/source/blender/windowmanager/intern/wm_generic_widgets.c (+25, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+0, -2) (Diff)
/source/blender/windowmanager/intern/wm_widgets.c (+149, -99) (Diff)
/source/blender/windowmanager/wm.h (+1, -3) (Diff)
/source/blender/windowmanager/WM_api.h (+11, -1) (Diff)