Blender Git Commit Log
Git Commits -> Revision 12236bc
Revision 12236bc by Ton Roosendaal (master) October 12, 2003, 22:26 (GMT) |
- restored scriptlink buttons i tried to find place for it in the other menus, like material, object, camera, etc. But thats hard... now it's just one nice Panel, without the idiot headerbuttons icons! - changed drawing of 'tabbed' Panels. The old method takes too much space. hint from xype! Dragging tabbed Panels can be done with the right hand circle. designers are welcom to tweak this. main reason: dragging is not meant to be happening a lot... pressing tabs is more important. |
Commit Details:
Full Hash: 12236bcdfa0105d9e36f7440b4d4c2602523bff2
SVN Revision: 1301
Parent Commit: f729cbd
Lines Changed: +320, -70
7 Modified Paths:
/source/blender/include/butspace.h (+4, -0) (Diff)
/source/blender/src/butspace.c (+4, -3) (Diff)
/source/blender/src/buttons_object.c (+1, -2) (Diff)
/source/blender/src/buttons_scene.c (+4, -0) (Diff)
/source/blender/src/buttons_script.c (+257, -4) (Diff)
/source/blender/src/header_buttonswin.c (+2, -18) (Diff)
/source/blender/src/interface.c (+48, -43) (Diff)
/source/blender/src/butspace.c (+4, -3) (Diff)
/source/blender/src/buttons_object.c (+1, -2) (Diff)
/source/blender/src/buttons_scene.c (+4, -0) (Diff)
/source/blender/src/buttons_script.c (+257, -4) (Diff)
/source/blender/src/header_buttonswin.c (+2, -18) (Diff)
/source/blender/src/interface.c (+48, -43) (Diff)