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-07-28 06:51:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-28 06:51:44 +0400
commiteced755afe3ea4522aab710d9b3493aabe8cd81e (patch)
tree89c226b32c74d4597ffa2e27c1285b3cf4d2e915 /source/blender/python/BPY_menus.h
parentf6ddf8a3c3a30b44bffae0cdbd86f473dc8a5a05 (diff)
added a slot in the uv/image's "Image" menu for pyscripts.
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 d51897da975..4556928dade 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -90,6 +90,7 @@ typedef enum {
PYMENU_SYSTEM,
PYMENU_THEMES,
PYMENU_UV,/* UV editing tools, to go in UV/Image editor space, 'UV' menu */
+ PYMENU_IMAGE,/* Image editing tools, to go in UV/Image editor space, 'Image' menu */
PYMENU_WIZARDS,/* complex 'app' scripts */
/* entries put after Wizards don't appear at the Scripts win->Scripts menu;