Blender Git Commit Log
Git Commits -> Revision b6c6610
Revision b6c6610 by Brecht Van Lommel (master) September 16, 2009, 19:36 (GMT) |
UI * Removed some legacy code which is not needed anymore now. * Move some test_*poin_but functions to logic space code, since that's the only place using it still. * uiIconFromID now uses RNA info to lookup the icon, to avoid code duplication, and means it works for more ID types. |
Commit Details:
Full Hash: b6c6610630220de3fd39ee0c117451e436c889e0
SVN Revision: 23289
Parent Commit: 21e2f27
Lines Changed: +159, -1156
6 Modified Paths:
/source/blender/editors/include/UI_interface.h (+0, -24) (Diff)
/source/blender/editors/interface/interface_templates.c (+20, -7) (Diff)
/source/blender/editors/interface/interface_utils.c (+19, -1058) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -65) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+19, -2) (Diff)
/source/blender/editors/space_logic/logic_window.c (+101, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+20, -7) (Diff)
/source/blender/editors/interface/interface_utils.c (+19, -1058) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -65) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+19, -2) (Diff)
/source/blender/editors/space_logic/logic_window.c (+101, -0) (Diff)