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>2004-10-17 00:41:18 +0400
committerTon Roosendaal <ton@blender.org>2004-10-17 00:41:18 +0400
commit121f842fb41dd339e26fae1407149bdbbd6f4291 (patch)
treef6dedb202f711c9f7aa8ba050e122a008d018d4a /source/blender/include/BIF_outliner.h
parenteb9c70c50ad4ab2ba49c1672af4589d48e5e5826 (diff)
Outliner now visualizes and allows selection and name editing of Armatures
in edit mode. Small extra fix; selection (mouse) on armature points goes easier now (larger accepted distance from mouse pointer)
Diffstat (limited to 'source/blender/include/BIF_outliner.h')
-rw-r--r--source/blender/include/BIF_outliner.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/blender/include/BIF_outliner.h b/source/blender/include/BIF_outliner.h
index af1c249e25a..f306cdbb1b2 100644
--- a/source/blender/include/BIF_outliner.h
+++ b/source/blender/include/BIF_outliner.h
@@ -55,13 +55,14 @@ typedef struct TreeElement {
#define TSE_NLA 1
#define TSE_NLA_ACTION 2
#define TSE_DEFGROUP_BASE 3
-#define TSE_DEFGROUP 4
-#define TSE_BONE 5
-#define TSE_CONSTRAINT_BASE 6
-#define TSE_CONSTRAINT 7
-#define TSE_HOOKS_BASE 8
-#define TSE_HOOK 9
-#define TSE_SCRIPT_BASE 10
+#define TSE_DEFGROUP 4
+#define TSE_BONE 5
+#define TSE_EBONE 6
+#define TSE_CONSTRAINT_BASE 7
+#define TSE_CONSTRAINT 8
+#define TSE_HOOKS_BASE 9
+#define TSE_HOOK 10
+#define TSE_SCRIPT_BASE 11
/* button events */
#define OL_NAMEBUTTON 1