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:
authorPhilipp Oeser <info@graphics-engineer.com>2018-05-22 10:25:23 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2018-12-18 16:58:04 +0300
commitd542e55b096ba3d8e14cac2e4d314f0a5e759982 (patch)
tree0848e3ffd1e142445ae364f725e2be4e3226bdf7 /source/blender/blenkernel/intern/smoke.c
parent42b9df5907d041a5a68585308b1e11b2eac2c947 (diff)
Fix T55105: Smoke Emission from particles was ignoring lattice deformer
on the particles
Diffstat (limited to 'source/blender/blenkernel/intern/smoke.c')
-rw-r--r--source/blender/blenkernel/intern/smoke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/smoke.c b/source/blender/blenkernel/intern/smoke.c
index 4c1d3751543..06474115cdf 100644
--- a/source/blender/blenkernel/intern/smoke.c
+++ b/source/blender/blenkernel/intern/smoke.c
@@ -1286,6 +1286,7 @@ static void emit_from_particles(
sim.scene = scene;
sim.ob = flow_ob;
sim.psys = psys;
+ sim.psys->lattice_deform_data = psys_create_lattice_deform_data(&sim);
/* prepare curvemapping tables */
if ((psys->part->child_flag & PART_CHILD_USE_CLUMP_CURVE) && psys->part->clumpcurve)