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>2007-10-19 00:03:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-19 00:03:12 +0400
commit27d97b712414f8b7a79ad108b5f5810b5b8528a1 (patch)
tree115e9baf4d0fabff13fae23da4e10227e0f3108f /source/blender
parent5beb23236469befdb91537cd2844fedbf17b8115 (diff)
(bad mistake) - didnt read docs and removed lib from Sequence struct
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 969f838750b..bd6976f1414 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -90,6 +90,7 @@ typedef struct Sequence {
struct Sequence *next, *prev;
void *tmp; /* tmp var for copying, and tagging for linked selection */
+ void *lib; /* needed (to be like ipo), else it will raise libdata warnings, this should never be used */
char name[24]; /* name, not set by default and dosnt need to be unique as with ID's */
short flag, type; /*flags bitmap (see below) and the type of sequence*/