Blender Git Loki
Git Commits -> Revision 180d74a
Revision 180d74a by Brecht Van Lommel (master) October 21, 2009, 20:58 (GMT) |
UI: List Template tweaks to get it a bit more usable * Mouse wheel now scrolls the list. * Up/down key and alt mouse wheel change the active item. * Adding/removing items from the list now automatically scrolls so the active item is in the view. * Shift mouse wheel changes the size of the list widget to display more items. Lazy replacement for a proper grip. * Shape key list now displays the influence value next to the name, * Also fix the range of the value slider to match the defined min/max range. |
Commit Details:
Full Hash: 180d74ab572830958ecba6541d3cc7c652fa2296
SVN Revision: 24042
Parent Commit: 5fb73d8
Lines Changed: +262, -138
9 Modified Paths:
/source/blender/editors/include/UI_interface.h (+6, -11) (Diff)
/source/blender/editors/interface/interface_handlers.c (+100, -5) (Diff)
/source/blender/editors/interface/interface_layout.c (+79, -19) (Diff)
/source/blender/editors/interface/interface_regions.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+72, -72) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+0, -29) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+0, -2) (Diff)
/source/blender/editors/interface/interface_handlers.c (+100, -5) (Diff)
/source/blender/editors/interface/interface_layout.c (+79, -19) (Diff)
/source/blender/editors/interface/interface_regions.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+72, -72) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+0, -29) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+0, -2) (Diff)