Blender Git Commit Log
Git Commits -> Revision 4bb41c3
Revision 4bb41c3 by Brecht Van Lommel (master) April 2, 2009, 01:39 (GMT) |
UI: various panels fixes. * Fix sometimes non-working close/open button. * Fix panels being a bit out of the view on startup. * Fix too large totrct region for view2d. * Fix wrong panel order when changing vertical <-> horizontal. * Fix wrong panel positions after switching contexts. * Fix an access of freed memory when collapsing panels. * Free align mode works again. * Animations work again. |
Commit Details:
Full Hash: 4bb41c3dcdd029db63435e83700520070703a9bc
SVN Revision: 19496
Parent Commit: ecdd332
Lines Changed: +186, -129
10 Modified Paths:
/source/blender/editors/include/UI_interface.h (+4, -8) (Diff)
/source/blender/editors/interface/interface_layout.c (+23, -16) (Diff)
/source/blender/editors/interface/interface_panel.c (+128, -72) (Diff)
/source/blender/editors/interface/view2d.c (+9, -1) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+1, -3) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -10) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -2) (Diff)
/source/blender/editors/space_image/image_panels.c (+3, -4) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+2, -3) (Diff)
/source/blender/python/intern/bpy_ui.c (+13, -10) (Diff)
/source/blender/editors/interface/interface_layout.c (+23, -16) (Diff)
/source/blender/editors/interface/interface_panel.c (+128, -72) (Diff)
/source/blender/editors/interface/view2d.c (+9, -1) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+1, -3) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -10) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -2) (Diff)
/source/blender/editors/space_image/image_panels.c (+3, -4) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+2, -3) (Diff)
/source/blender/python/intern/bpy_ui.c (+13, -10) (Diff)