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:
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 933c619f11f..3e366710992 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -182,8 +182,8 @@ typedef enum {
ICON_CHECKBOX_HLT,
ICON_LINK,
ICON_INLINK,
- ICON_BEVELBUT_HLT,
- ICON_BEVELBUT_DEHLT,
+ ICON_BLANK12,
+ ICON_BLANK13,
ICON_PASTEDOWN,
ICON_COPYDOWN,
ICON_CONSTANT,
@@ -456,7 +456,13 @@ enum {
TH_STRIP,
TH_STRIP_SELECT,
- TH_LAMP
+ TH_LAMP,
+
+ TH_NODE,
+ TH_NODE_IN_OUT,
+ TH_NODE_OPERATOR,
+ TH_NODE_GENERATOR,
+ TH_NODE_FREE,
};
/* XXX WARNING: previous is saved in file, so do not change order! */