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:
authorCampbell Barton <ideasman42@gmail.com>2007-04-02 13:58:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-02 13:58:01 +0400
commitdabf9378d786b8a27811dcdbe9f2d52c28921bb3 (patch)
tree09834a4fd485a9250edd4858265b2f95e3a1b4bb /source/blender/python/BPY_menus.h
parentd5605414ee50d0d73e330520463c81db48b2ef0a (diff)
added a python slot to the "Add->Mesh" menu.
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 443960c369c..89491ce3ef2 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -106,6 +106,7 @@ typedef enum {
PYMENU_HELPSYSTEM,/* Resources, troubleshooting, system tools */
PYMENU_HELPWEBSITES,/* Help -> Websites submenu */
PYMENU_MESHFACEKEY, /* face key in mesh editmode */
+ PYMENU_ADDMESH, /* adds mesh */
PYMENU_TOTAL
} PYMENUHOOKS;