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:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-06-11 13:17:49 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-06-11 13:17:49 +0400
commit648a2d3819d2910f56c06da8844b96d7fa18c84f (patch)
treecbc55c2c86d46e9717723cdbed606e45244aa266 /source/blender/python/BPY_menus.h
parent79c00d658ef4f24844143f86e07a5f460ad1ebb7 (diff)
Script menus:
-- new try so that scripts place their guis and file selectors in proper places: should be ok now for any but the really weirdest screen layouts, will be updated when scripts are added to other menus in the interface.
Diffstat (limited to 'source/blender/python/BPY_menus.h')
-rw-r--r--source/blender/python/BPY_menus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/BPY_menus.h b/source/blender/python/BPY_menus.h
index d572371bdfc..0c1c20161b4 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -79,7 +79,6 @@ typedef struct BPyMenu {
typedef enum {
PYMENU_WIZARDS, /* complex 'app' scripts */
PYMENU_UV, /* UV editing tools, to go in UV/Image editor space, 'UV' menu */
- PYMENU_UTILS,
PYMENU_TOOLS,
PYMENU_MODIFIERS, /* modifies existing obj *data* */
PYMENU_MISC,