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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-14 02:24:59 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-14 02:24:59 +0400
commitac796827cbe88cfa52e1b5196a196355560b9121 (patch)
tree33c3911381d240068a50f26cde4a33a124390bd9 /source/blender/makesdna
parent6f418c55c8aee08aa4807ba72787023b8039bbf1 (diff)
parent8a977cbcc90f870acdb8c03366bfc2c35f4a0a6f (diff)
Merged changes in the trunk up to revision 40189.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 588e8458de1..3ec26cdadb4 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -238,6 +238,8 @@ typedef struct SpeedControlVars {
int lastValidFrame;
} SpeedControlVars;
+#define MAXSEQ 32
+
#define SELECT 1
/* Editor->over_flag */