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:
authorBenoit Bolsee <benoit.bolsee@online.be>2010-08-29 00:56:54 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2010-08-29 00:56:54 +0400
commitad70072009179fc888572ebc0625a44634052cfe (patch)
tree22f1ca0e57d8a39159bde6a46c5d6512caceab5c /source/blender/makesdna/DNA_object_types.h
parent76918e6f90b18c68d83c67ee29dfbc1187a021ae (diff)
BGE patch #22623 applied: new bound type: Capsule.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 273b885f407..60b4f6a51b6 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -402,6 +402,7 @@ extern Object workob;
#define OB_BOUND_POLYH 4
#define OB_BOUND_POLYT 5
#define OB_BOUND_DYN_MESH 6
+#define OB_BOUND_CAPSULE 7
/* **************** BASE ********************* */
@@ -564,4 +565,3 @@ typedef enum ObjectMode {
#endif
-