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>2006-05-05 10:57:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-05-05 10:57:33 +0400
commit9681a329c1d8cc40947023139ad56a63c5ea5243 (patch)
tree159e97e9e0daa118727fa09c1b162f14de84ca67 /source/blender/python/BPY_menus.h
parent18a23ab8c91cecbbdfd2389453e1f8233c095075 (diff)
added a python menu slot for weight pain.
Also needed to seperate view3d_paintmenu into view3d_vpaintmenu view3d_tpaintmenu view3d_wpaintmenu The view3d_paintmenu and do_view3d_paintmenu were getting messy and had a lot of if's in it.
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 8ef94b1ce79..523a6c95403 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -96,6 +96,7 @@ typedef enum {
* see define right below */
PYMENU_FACESELECT,
+ PYMENU_WEIGHTPAINT,
PYMENU_HELP,/*Main Help menu items - prob best to leave for 'official' ones*/
PYMENU_HELPSYSTEM,/* Resources, troubleshooting, system tools */
PYMENU_HELPWEBSITES,/* Help -> Websites submenu */