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-26 03:39:49 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-08-26 03:39:49 +0400
commit3f5a2a11944a2e983d62babe8bb02b03e14c805d (patch)
treeb39ac059564ec9ff9514d08190faa137335845f4 /source/blender/makesdna/DNA_smoke_types.h
parentc4a1c8fbeb86396788866d6dc3eb1b5b5dc3f67d (diff)
Smoke:
*Bugfix for crash on using a plane as smoke domain (reported by DingTo) * Bringing slowly high res back, not yet working
Diffstat (limited to 'source/blender/makesdna/DNA_smoke_types.h')
-rw-r--r--source/blender/makesdna/DNA_smoke_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 542281e1960..a8ab4734af0 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -67,8 +67,8 @@ typedef struct SmokeDomainSettings {
short diss_percent;
short pad;
int diss_speed;/* in frames */
- struct PointCache *point_cache; /* definition is in DNA_object_force.h */
- struct ListBase ptcaches;
+ struct PointCache *point_cache[2]; /* definition is in DNA_object_force.h */
+ struct ListBase ptcaches[2];
struct WTURBULENCE *wt; // WTURBULENCE object, if active
int pad3;
float strength;