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>2006-12-06 05:37:32 +0300
committerJoshua Leung <aligorith@gmail.com>2006-12-06 05:37:32 +0300
commit6c138fc6a9117e88e65ff990443f2fecaa6d9550 (patch)
treebee70cf913dd50c96c19df311c4f7f498e4263b6 /source/blender/makesdna/DNA_action_types.h
parent4eb36442865338da80ae72d4a9f5c14aeac3e934 (diff)
== Action Editor ==
Now it is possible to 'protect' action channels and constraint channels. * When a channel is 'protected', the only operation possible on keyframes is selection. All other operations are not able to be performed. * The padlock to the right of each channel's name toggles the protection status of that channel. You can only alter the protection status of one channel at a time. Todos: * Menus still pop up when trying to do stuff to keyframes even if all the keyframes selected are from protected channels. * Shapekey channels shown in action editor should also get locks
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 2c8711d10ba..67c8a6a72b3 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -122,6 +122,7 @@ typedef struct SpaceAction {
#define ACHAN_SELECTED 0x00000001
#define ACHAN_HILIGHTED 0x00000002
#define ACHAN_HIDDEN 0x00000004
+#define ACHAN_PROTECTED 0x00000008
#define ACHAN_MOVED 0x80000000
/* SpaceAction flag */