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-05-04 11:04:48 +0400
committerMatt Ebb <matt@mke3.net>2009-05-04 11:04:48 +0400
commit387df32933996850145487ddba07a3bd3c25d627 (patch)
tree9ad498f355985163b59d99264e752870f75c4e3c /source/blender/editors/include/UI_resources.h
parent2e93dc4037b815a97c9b9d03fe28742e01458e43 (diff)
* Icon updates and fixes
* Made the buttons space listen to and update for new active objects * Cleaned up the Add Object menu
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 4062ea1851d..100b26b198b 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -213,7 +213,7 @@ typedef enum {
ICON_OBJECT_DATA,
ICON_MESH_DATA,
ICON_CURVE_DATA,
- ICON_MBALL_DATA,
+ ICON_META_DATA,
ICON_LATTICE_DATA,
ICON_LAMP_DATA,
ICON_MATERIAL_DATA,
@@ -239,11 +239,11 @@ typedef enum {
ICON_IMAGE_DATA,
ICON_FILE,
ICON_FCURVE,
- ICON_FONT,
+ ICON_FONT_DATA,
ICON_RENDER_RESULT,
- ICON_BLANK080A,
- ICON_BLANK080B,
- ICON_BLANK080C,
+ ICON_SURFACE_DATA,
+ ICON_EMPTY_DATA,
+ ICON_SETTINGS,
ICON_BLANK080D,
ICON_BLANK080E,
ICON_BLANK080F,
@@ -319,7 +319,7 @@ typedef enum {
ICON_BLANK127b,
/* OUTLINER */
- ICON_BLANK128,
+ ICON_OUTLINER_DATA_EMPTY,
ICON_OUTLINER_DATA_MESH,
ICON_OUTLINER_DATA_CURVE,
ICON_OUTLINER_DATA_LATTICE,
@@ -355,7 +355,7 @@ typedef enum {
ICON_MOD_SOFT,
ICON_MOD_SUBSURF,
ICON_HOOK,
- ICON_MOD_PARTICLEINSTANCE,
+ ICON_MOD_PHYSICS,
ICON_MOD_PARTICLES,
ICON_MOD_BOOLEAN,
ICON_MOD_EDGESPLIT,