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>2012-04-06 16:50:46 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2012-04-06 16:50:46 +0400
commitf349aeacf1c04ae829b52058f510be9c40db8af7 (patch)
treebdba467ace870bc1a14a6ee1855a3e0db3f1313c /source/blender/makesdna/DNA_smoke_types.h
parent11a4dab32bcc7402180809525656fd3df56adb24 (diff)
Smoke: Use better standards for inflow
a) Set particle system for inflow to " show unborn" b) Set particle system for inflow to lifetime = 1
Diffstat (limited to 'source/blender/makesdna/DNA_smoke_types.h')
-rw-r--r--source/blender/makesdna/DNA_smoke_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 053c0c8f7d3..26b3a3e6c62 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -110,6 +110,7 @@ typedef struct SmokeDomainSettings {
/* flags */
#define MOD_SMOKE_FLOW_ABSOLUTE (1<<1) /*old style emission*/
#define MOD_SMOKE_FLOW_INITVELOCITY (1<<2) /* passes particles speed to the smoke */
+#define MOD_SMOKE_FLOW_INIT (1 << 3) /* is the flow object already initialized? */
typedef struct SmokeFlowSettings {