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-03-19 06:22:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-19 06:22:42 +0300
commit9477a7bc5c30019dcb1c4b2a3ec646c3b712146f (patch)
tree8261dfa03503ddb358b226cc596812f84b12f622 /source/blender/python/BPY_menus.h
parent8eb0544f08324cc836988e230a518458f40582a7 (diff)
added mesh skin to the face key menu and added a python slot here.
Diffstat (limited to 'source/blender/python/BPY_menus.h')
-rw-r--r--source/blender/python/BPY_menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/BPY_menus.h b/source/blender/python/BPY_menus.h
index dfa16853157..443960c369c 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -105,7 +105,7 @@ typedef enum {
PYMENU_HELP,/*Main Help menu items - prob best to leave for 'official' ones*/
PYMENU_HELPSYSTEM,/* Resources, troubleshooting, system tools */
PYMENU_HELPWEBSITES,/* Help -> Websites submenu */
-
+ PYMENU_MESHFACEKEY, /* face key in mesh editmode */
PYMENU_TOTAL
} PYMENUHOOKS;