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:
authorTon Roosendaal <ton@blender.org>2005-03-10 00:10:30 +0300
committerTon Roosendaal <ton@blender.org>2005-03-10 00:10:30 +0300
commitcd3b11f41ec4e0611a7a413e7b36fbd0e950c799 (patch)
treed3268cd3f30f016ad1e3bedec570ec6d6847e2d9 /source/blender/include/BIF_resources.h
parenteab9fc4c0b72ebd727af51a4b11b351b0ce7921f (diff)
- Added more space in icons image (blenderbuttons.png)
It now only uses 1 extra row of 21 buttons. More can simply be added - Added new icons for the new proportional edit options Root, Linear and Constant - Made sure pulldown and pop-up menu work for new prop options - Transform fix; proportional edit circle was drawing in Object mode
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h29
1 files changed, 26 insertions, 3 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 267310d7ab5..4715cc87703 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -159,8 +159,8 @@ typedef enum {
ICON_BPIBFOLDER_ERR,
ICON_UGLY_GREEN_RING,
ICON_GHOST,
- ICON_SHARPCURVE,
- ICON_SMOOTHCURVE,
+ ICON_BLANK32,
+ ICON_BLANK33,
ICON_VERTEXSEL,
ICON_EDGESEL,
ICON_FACESEL,
@@ -257,7 +257,30 @@ typedef enum {
ICON_CONSTRAINT,
ICON_CAMERA_DEHLT,
ICON_ARMATURE_DEHLT,
-#define BIFICONID_LAST (ICON_ARMATURE_DEHLT)
+
+ ICON_SHARPCURVE,
+ ICON_SMOOTHCURVE,
+ ICON_ROOTCURVE,
+ ICON_LINCURVE,
+ ICON_NOCURVE,
+ ICON_BLANK46,
+ ICON_BLANK47,
+ ICON_BLANK48,
+ ICON_BLANK49,
+ ICON_BLANK50,
+ ICON_BLANK51,
+ ICON_BLANK52,
+ ICON_BLANK53,
+ ICON_BLANK54,
+ ICON_BLANK55,
+ ICON_BLANK56,
+ ICON_BLANK57,
+ ICON_BLANK58,
+ ICON_BLANK59,
+ ICON_BLANK60,
+ ICON_BLANK61,
+
+#define BIFICONID_LAST (ICON_BLANK61)
#define BIFNICONIDS (BIFICONID_LAST-BIFICONID_FIRST + 1)
} BIFIconID;