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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-14 13:57:24 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-14 13:57:24 +0300
commitdd59f4df90a39c79c72b3107bcc16eeb1af047a9 (patch)
treefd6366fc0cc1310c56321424ea3468bf2e2a022a /source/blender/makesdna/DNA_object_types.h
parent9de67b8ca9247be79b91450e98a18464c39a052b (diff)
Fix mistake in recent commit, typed in wrong number for bitflag
causing various issues with constraints and duplis.
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 2b4b0a7b612..dbb7294f108 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -334,7 +334,7 @@ extern Object workob;
#define OB_DUPLIFACES_SCALE 1024
#define OB_DUPLIPARTS 2048
#define OB_RENDER_DUPLI 4096
-#define OB_NO_CONSTRAINTS 8096 /* runtime constraints disable */
+#define OB_NO_CONSTRAINTS 8192 /* runtime constraints disable */
/* (short) ipoflag */
// XXX depreceated - old animation system crap