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:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-08-25 22:41:36 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-08-25 22:41:36 +0400
commit1d1e8595f23579e940ca403023305f2499c39a54 (patch)
tree5de682ad2c8c45b67626287b0f07fdf721f207aa /source/blender/makesdna
parent0ff90bb2586e9e50e962106b6bcafa97484c31ca (diff)
Pointcache:
*introducing unique ID's following brechts hint from ML Enhancements resulting from this: * multiple caches per modifier stack position
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index be43ae7f99d..25fdf615adb 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -237,6 +237,7 @@ typedef struct Object {
int pad2;
ListBase gpulamp; /* runtime, for lamps only */
+ ListBase pc_ids;
} Object;
/* Warning, this is not used anymore because hooks are now modifiers */