Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-08-21 06:51:56 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-08-21 06:51:56 +0400
commit1be67b60fd08f640b56db23e08ad0469318f26b3 (patch)
tree4f262c2f9ca66cfeec5fecb2be1a313ed357e057 /source/blender/editors/screen/area.c
parent2881393fbb42cca81ee4d36895fc248a22c54823 (diff)
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.
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c5
1 files changed, 0 insertions, 5 deletions
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
@@ -1045,7 +1045,6 @@ static char *windowtype_pup(void)
"|3D View %x1"
"|%l"
- "|%l"
"|Timeline %x15"
"|Graph Editor %x2"
@@ -1053,7 +1052,6 @@ static char *windowtype_pup(void)
"|NLA Editor %x13"
"|%l"
- "|%l"
"|UV/Image Editor %x6"
@@ -1063,7 +1061,6 @@ static char *windowtype_pup(void)
"|Logic Editor %x17"
"|%l"
- "|%l"
"|Properties %x4"
"|Outliner %x3"
@@ -1071,12 +1068,10 @@ static char *windowtype_pup(void)
"|Info%x7"
"|%l"
- "|%l"
"|File Browser %x5"
"|%l"
- "|%l"
"|Console %x18"
);