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')
-rw-r--r--source/blender/include/BIF_resources.h8
-rw-r--r--source/blender/include/blendef.h1
2 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index cfa58321172..7f3b27fcf2f 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -58,10 +58,10 @@ typedef enum {
ICON_SPACE4,
ICON_TRIA_LEFT,
ICON_TRIA_UP,
- ICON_BLANK3,
- ICON_BLANK4,
- ICON_BLANK5,
- ICON_BLANK6,
+ ICON_NDOF_TURN,
+ ICON_NDOF_FLY,
+ ICON_NDOF_TRANS,
+ ICON_NDOF_DOM,
ICON_ORTHO,
ICON_PERSP,
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 44833b66576..e2d4d0c67ad 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -232,6 +232,7 @@
#define B_MAN_SCALE 163
#define B_HEMESHBROWSE 164
#define B_HEMESHLOCAL 165
+#define B_NDOF 166
/* IPO: 200 */
#define B_IPOHOME 201