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:
authorTom Musgrove <LetterRip@gmail.com>2008-03-01 06:56:16 +0300
committerTom Musgrove <LetterRip@gmail.com>2008-03-01 06:56:16 +0300
commitf8f6a049bd4b5773918a37c9738441f45850b71e (patch)
tree39d792868c00a893b9418e1b68e6ede875cc1f68 /source/blender/include
parent416f918fb8dd2400c1680a148cbe014d2c4f7211 (diff)
This commit contains the addition of a greek translation thanks to
Κωστής Καρβουνιάρης Kostas Gerontis Also a patch from Markus Schulz that adds buttons to the material, light, and world texture panels to make it easy to rearrange the textures in the list without having to use copy and paste.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/butspace.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index cdd67bdb5a8..739cec7b9f3 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -185,6 +185,8 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_LMTEXPASTE 1107
#define B_LMTEXCOPY 1108
#define B_LFALLOFFCHANGED 1109
+#define B_LMTEXMOVEUP 1110
+#define B_LMTEXMOVEDOWN 1111
/* *********************** */
#define B_MATBUTS 1300
@@ -219,6 +221,9 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_MAT_PARTICLE 1225
+#define B_MTEXMOVEUP 1226
+#define B_MTEXMOVEDOWN 1227
+
/* *********************** */
#define B_TEXBUTS 1400
@@ -306,6 +311,8 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_WMTEXPASTE 1504
#define B_WMTEXCOPY 1505
#define B_AO_FALLOFF 1506
+#define B_WMTEXMOVEUP 1507
+#define B_WMTEXMOVEDOWN 1508
/* *********************** */
#define B_RENDERBUTS 1690