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:
authorSebastián Barschkis <sebbas@sebbas.org>2019-12-17 20:00:27 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2019-12-17 20:00:27 +0300
commita04573f4aacb2bfcceba3d5bbfce2df5d372167e (patch)
treeb47b6afb1f5ebb21f7d690a21bcec15c9e53e32f /source/blender/makesdna
parent0b60fb5ec245db5b14bd51bce216efff462fad75 (diff)
Fluid: Fix that maps old smoke and fluid modifiers to new manta modifier
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 0cc80a0112d..9db993cca59 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -991,6 +991,10 @@ typedef struct FluidsimModifierData {
/* DEPRECATED, only used for versioning. */
typedef struct SmokeModifierData {
ModifierData modifier;
+
+ /** Domain, inflow, outflow, .... */
+ int type;
+ int _pad;
} SmokeModifierData;
typedef struct ShrinkwrapModifierData {