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:
authorJames Yonan <james@openvpn.net>2013-12-09 15:26:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-09 15:28:38 +0400
commit1831c930a5a2144e7941407e2a283cd168897626 (patch)
tree53a979c4efe12074a7a9eb07ef7a721cc8f0d93d /source/blender/makesdna/DNA_object_types.h
parent964252cdda6feedab58d42fc3fe92a42cd47501d (diff)
Game Engine: Option to record static objects animation
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 2ff697f513f..7034162c7ec 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -542,6 +542,8 @@ enum {
OB_NAVMESH = 1 << 20,
OB_HASOBSTACLE = 1 << 21,
OB_CHARACTER = 1 << 22,
+
+ OB_RECORD_ANIMATION = 1 << 23,
};
/* ob->gameflag2 */