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-05-25 10:08:49 +0400
committerMatt Ebb <matt@mke3.net>2004-05-25 10:08:49 +0400
commitf9fa705cd3c6de502e0d15c182dd6eddd99ede3f (patch)
tree3bc602b5e53dcbad6123fbc1715db3e4f71b2469 /source/blender/python/BPY_menus.h
parent779d0d02213c8a783a4f5a3935c0a7d96c4b3850 (diff)
* Added support for python scripts to register themselves
in the UV/Image editor 'UVs' menu Script authors can use: Group: 'UV' in the headers of their scripts to let them appear in this menu. * Updated the UV Face Layout script to reside in the UVs menu, rather than the (incorrect) File->Export 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 b9826ed4bc2..5e7139f213e 100644
--- a/source/blender/python/BPY_menus.h
+++ b/source/blender/python/BPY_menus.h
@@ -87,6 +87,7 @@ typedef enum {
PYMENU_IMPORT,
PYMENU_EXPORT,
PYMENU_ANIMATION,
+ PYMENU_UV, /* UV editing tools, to go in UV/Image editor space, 'UV' menu */
PYMENU_TOTAL
} PYMENUHOOKS;