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-10-08 14:18:14 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-10-08 14:18:14 +0400
commit14f62c132136ba8696cf204fb421ba4f10414a6a (patch)
tree9d9755adabded42deb5156e73ac9881c50a1e68a /source/blender/makesdna/DNA_smoke_types.h
parent8f154364f28d53c58b9a0022f8c36ab787477492 (diff)
Smoke:
* Enable external forces like e.g. wind
Diffstat (limited to 'source/blender/makesdna/DNA_smoke_types.h')
-rw-r--r--source/blender/makesdna/DNA_smoke_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 4e4714cdaa1..6cf308aa0ad 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -45,7 +45,7 @@ typedef struct SmokeDomainSettings {
struct SmokeModifierData *smd; /* for fast RNA access */
struct FLUID_3D *fluid;
struct Group *fluid_group;
- struct Group *eff_group; // effector group for e.g. wind force
+ struct Group *eff_group; // UNUSED
struct Group *coll_group; // collision objects group
struct WTURBULENCE *wt; // WTURBULENCE object, if active
struct GPUTexture *tex;
@@ -75,6 +75,7 @@ typedef struct SmokeDomainSettings {
int v3dnum;
struct PointCache *point_cache[2]; /* definition is in DNA_object_force.h */
struct ListBase ptcaches[2];
+ struct EffectorWeights *effector_weights;
} SmokeDomainSettings;