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>2015-04-02 13:05:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-02 13:07:23 +0300
commit2fc69d11c8a2df89c32a8bb320da2350fff7c8ba (patch)
tree6bba9022159f5c79b455c7d2a2138318045a6f3c /source/blender/makesdna/DNA_sequence_types.h
parentac2530be8c7b5742e89e517ae97386d89d935982 (diff)
Add custom properties to sequence strips
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-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 9a6d8a533b0..46a91cf6ceb 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -189,6 +189,8 @@ typedef struct Sequence {
char alpha_mode;
char pad[3];
+ struct IDProperty *prop;
+
/* modifiers */
ListBase modifiers;
} Sequence;