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:
authorMatt Ebb <matt@mke3.net>2004-06-11 06:39:22 +0400
committerMatt Ebb <matt@mke3.net>2004-06-11 06:39:22 +0400
commit79c00d658ef4f24844143f86e07a5f460ad1ebb7 (patch)
tree63c17d8362015e26d88fb3f544981268bd33831f /source/blender/python/BPY_menus.h
parentd34f89b755e17a7080d18d620b1900d01fb7482e (diff)
* Added a spot for scripts to register themselves in the Help menu
* Gave the spiffy new 'System Information' script a new home there
Diffstat (limited to 'source/blender/python/BPY_menus.h')
-rw-r--r--source/blender/python/BPY_menus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/BPY_menus.h b/source/blender/python/BPY_menus.h
index 20e10b06d54..d572371bdfc 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -84,6 +84,7 @@ typedef enum {
PYMENU_MODIFIERS, /* modifies existing obj *data* */
PYMENU_MISC,
PYMENU_MATERIALS,
+ PYMENU_HELP, /* inserted in the info header 'Help' menu */
PYMENU_GENERATORS, /* creates new objects */
PYMENU_IMPORT,
PYMENU_EXPORT,