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:
authorJoshua Leung <aligorith@gmail.com>2008-01-31 12:59:05 +0300
committerJoshua Leung <aligorith@gmail.com>2008-01-31 12:59:05 +0300
commitabec067761cdb8245f473dc723c8d744ed4a802c (patch)
tree6745f7630552fd313b5a2d9e3e9a6e2fd51b6c64 /source/blender/include
parente8fbaaf071bdffc3cf99751ef0c7acfdc0b129aa (diff)
== Bone Groups - Outliner Support ==
Bone groups are now drawn in the Outliner. The active group can be set from there, and groups can be renamed. (Hah... that was easy)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_outliner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_outliner.h b/source/blender/include/BIF_outliner.h
index 469f04d8c9f..582b2cc1ada 100644
--- a/source/blender/include/BIF_outliner.h
+++ b/source/blender/include/BIF_outliner.h
@@ -78,6 +78,8 @@ typedef struct TreeElement {
#define TSE_LINKED_MAT 22
/* NOTE, is used for light group */
#define TSE_LINKED_LAMP 23
+#define TSE_POSEGRP_BASE 24
+#define TSE_POSEGRP 25
/* outliner search flags */
#define OL_FIND 0