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>2005-12-08 21:32:06 +0300
committerTon Roosendaal <ton@blender.org>2005-12-08 21:32:06 +0300
commit459d9607e827a0a35a3ebce5b26738a25a77ec17 (patch)
tree3e342e4e8e77b7176e4f0fa931cf1236275ef69a /source/blender/makesdna/DNA_action_types.h
parent7422fd4fff9d9e9abbf7baa3f025e9174e8b570c (diff)
Orange: Made Action Editor to respect Bone layers too.
Note: only works when an Object has Action linked, and not for pinned actions.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index d0944820887..9191e0b6c48 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -118,6 +118,7 @@ typedef struct SpaceAction {
/* Action Channel flags */
#define ACHAN_SELECTED 0x00000001
#define ACHAN_HILIGHTED 0x00000002
+#define ACHAN_HIDDEN 0x00000004
#define ACHAN_MOVED 0x80000000
/* SpaceAction flag */