From 1be67b60fd08f640b56db23e08ad0469318f26b3 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 21 Aug 2009 02:51:56 +0000 Subject: 2.5: Modifiers & Menus * Popup menus now remember the last clicked item again. * Modifier and File Format menus are now organized in multiple columns with categories. * Hook, explode, uv project modifiers have all their buttons again with the relevant operators implemented. * Modifiers that can't be added by the user, or don't work on curves for example, are not in the menu anymore. * Fix search menu overlapping buttons when near the bottom of the screen. * Fix uv layers search menu not working in some modifiers. * Cleanup popup menu code a bit, layout engine is used in more cases now instead of ugly position calculation code. --- source/blender/editors/screen/area.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors/screen/area.c') diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c index 320574fe8b3..f714a291bd7 100644 --- a/source/blender/editors/screen/area.c +++ b/source/blender/editors/screen/area.c @@ -1044,7 +1044,6 @@ static char *windowtype_pup(void) "Window type:%t" "|3D View %x1" - "|%l" "|%l" "|Timeline %x15" @@ -1052,7 +1051,6 @@ static char *windowtype_pup(void) "|DopeSheet %x12" "|NLA Editor %x13" - "|%l" "|%l" "|UV/Image Editor %x6" @@ -1062,7 +1060,6 @@ static char *windowtype_pup(void) "|Node Editor %x16" "|Logic Editor %x17" - "|%l" "|%l" "|Properties %x4" @@ -1070,12 +1067,10 @@ static char *windowtype_pup(void) "|User Preferences %x19" "|Info%x7" - "|%l" "|%l" "|File Browser %x5" - "|%l" "|%l" "|Console %x18" -- cgit v1.2.3