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>2009-02-18 08:54:37 +0300
committerMatt Ebb <matt@mke3.net>2009-02-18 08:54:37 +0300
commitf5de61816bb7a790b8f60f82ddd0a777b23f1413 (patch)
tree21a8662bb4a5e18ea9e07a18d7b636ad3ee8113d /source/blender/editors/include/UI_resources.h
parentba59754a1d76da576dd43a347fc4e6c2e6598a60 (diff)
* Cleaned up naming of icon ID constants. This helps fix bad icons in the graph editor among others.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index c6a6c424158..1b3c4f17ea3 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -179,7 +179,7 @@ typedef enum {
ICON_BLANK061b,
/* MODES */
- ICON_OBJECTMODE, // XXX fix this up
+ ICON_OBJECT_DATAMODE, // XXX fix this up
ICON_EDITMODE_HLT,
ICON_FACESEL_HLT,
ICON_VPAINT_HLT,
@@ -207,27 +207,27 @@ typedef enum {
ICON_BLANK077b,
/* DATA */
- ICON_SCENE_DEHLT,
+ ICON_SCENE_DATA,
ICON_RENDERLAYERS,
- ICON_WORLD_DEHLT,
- ICON_OBJECT,
- ICON_MESH,
- ICON_CURVE,
- ICON_MBALL,
- ICON_LATTICE,
- ICON_LAMP_DEHLT,
- ICON_MATERIAL_DEHLT,
- ICON_TEXTURE_DEHLT,
- ICON_IPO_DEHLT,
- ICON_CAMERA_DEHLT,
+ ICON_WORLD_DATA,
+ ICON_OBJECT_DATA,
+ ICON_MESH_DATA,
+ ICON_CURVE_DATA,
+ ICON_MBALL_DATA,
+ ICON_LATTICE_DATA,
+ ICON_LAMP_DATA,
+ ICON_MATERIAL_DATA,
+ ICON_TEXTURE_DATA,
+ ICON_ANIM_DATA,
+ ICON_CAMERA_DATA,
ICON_PARTICLE_DATA,
- ICON_LIBRARY_DEHLT,
+ ICON_LIBRARY_DATA_DIRECT,
ICON_GROUP,
- ICON_ARMATURE,
- ICON_POSE_DEHLT,
- ICON_BONE_DEHLT,
+ ICON_ARMATURE_DATA,
+ ICON_POSE_DATA,
+ ICON_BONE_DATA,
ICON_CONSTRAINT,
- ICON_SHAPEKEY,
+ ICON_SHAPEKEY_DATA,
ICON_VGROUP,
ICON_BLANK079,
ICON_PACKAGE,
@@ -235,8 +235,8 @@ typedef enum {
ICON_BLANK079b,
/* DATA */
- ICON_BRUSH,
- ICON_IMAGE_DEHLT,
+ ICON_BRUSH_DATA,
+ ICON_IMAGE_DATA,
ICON_FILE,
ICON_FCURVE,
ICON_FONT,
@@ -249,7 +249,7 @@ typedef enum {
ICON_BLANK080F,
ICON_BLANK080,
ICON_BLANK081,
- ICON_LIBRARY_HLT,
+ ICON_LIBRARY_DATA_INDIRECT,
ICON_BLANK082,
ICON_BLANK083,
ICON_BLANK084,