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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-09 19:00:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-09 19:00:53 +0300
commit2cc8ef127e1a626f4517c8a0ee9f555fb8b66758 (patch)
treecce0351b19db2cc7f32c972ad7bc5bbe27f583b3 /source/blender/makesdna/DNA_sequence_types.h
parentdaf043b3fea6e8c8c3430d0055a8e3a721a0770a (diff)
added collection sequences_all so strips within meta's can be animated
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 3b8182b8759..6adaf936ed4 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -183,8 +183,8 @@ typedef struct MetaStack {
} MetaStack;
typedef struct Editing {
- ListBase *seqbasep;
- ListBase seqbase;
+ ListBase *seqbasep; /* pointer to the current list of seq's being edited (can be within a meta strip) */
+ ListBase seqbase; /* pointer to the top-most seq's */
ListBase metastack;
/* Context vars, used to be static */