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:
Diffstat (limited to 'source/blender/makesdna/DNA_key_types.h')
-rw-r--r--source/blender/makesdna/DNA_key_types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_key_types.h b/source/blender/makesdna/DNA_key_types.h
index 9bdbc2fbeed..7f4d4125cb5 100644
--- a/source/blender/makesdna/DNA_key_types.h
+++ b/source/blender/makesdna/DNA_key_types.h
@@ -70,14 +70,18 @@ typedef struct Key {
short type, totkey;
short slurph, actkey;
+ short flag, pad1;
+ int pad2;
} Key;
/* **************** KEY ********************* */
-/* type */
+/* key->type */
#define KEY_NORMAL 0
#define KEY_RELATIVE 1
+/* key->flag */
+#define KEY_LOCKED 1
/* keyblock->type */
#define KEY_LINEAR 0