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>2006-11-01 18:33:45 +0300
committerTon Roosendaal <ton@blender.org>2006-11-01 18:33:45 +0300
commit6dd4f6020e010f13508c0fe2a3f6c3b7d430fe9a (patch)
tree6214f4c129f37f47995d0e834e8a5b74a2c15dd4 /source/blender/makesdna/DNA_nla_types.h
parentf5fc880a41d990a337df6e0c2e6743a54da043fd (diff)
Patch #4848, Joshua Leung
NLA Strip "Mute" option, to temporally disable a strip. Option only in Properties panel still, should be in menus and hotkey.
Diffstat (limited to 'source/blender/makesdna/DNA_nla_types.h')
-rw-r--r--source/blender/makesdna/DNA_nla_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_nla_types.h b/source/blender/makesdna/DNA_nla_types.h
index c97ef5ab197..457e667018e 100644
--- a/source/blender/makesdna/DNA_nla_types.h
+++ b/source/blender/makesdna/DNA_nla_types.h
@@ -89,6 +89,8 @@ typedef struct bActionStrip {
#define ACTSTRIP_HOLDLASTFRAME 0x08
#define ACTSTRIP_ACTIVE 0x10
#define ACTSTRIP_LOCK_ACTION 0x20
+#define ACTSTRIP_MUTE 0x40
+#define ACTSTRIP_REVERSE 0x80
#endif