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:
authorNick Samarin <nicks1987@bigmir.net>2010-08-05 17:54:56 +0400
committerNick Samarin <nicks1987@bigmir.net>2010-08-05 17:54:56 +0400
commitf09cd6974eb413e8783b6e3f1a1c8f8c8e53af24 (patch)
tree34da6b2ba4465e69bb782aff815ddb4d15fba509 /source/blender/makesdna/DNA_object_types.h
parentff87e3c5e821e028e9b6677765877cfb97139445 (diff)
parent8c75853bb6cecc70e201e38c7354c36539419324 (diff)
synched with trunk at revision 31065
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index e91320e4612..c2393a7d722 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -35,7 +35,7 @@
#include "DNA_listBase.h"
#include "DNA_ID.h"
-#include "DNA_action_types.h"
+#include "DNA_action_types.h" /* bAnimVizSettings */
#ifdef __cplusplus
extern "C" {
@@ -561,6 +561,8 @@ typedef enum ObjectMode {
OB_MODE_POSE = 64
} ObjectMode;
+#define MAX_DUPLI_RECUR 8
+
#ifdef __cplusplus
}
#endif