Fix T55105: Smoke Emission from particles was ignoring lattice deformer

on the particles
This commit is contained in:
Philipp Oeser 2018-05-22 09:25:23 +02:00
parent 42b9df5907
commit d542e55b09
Notes: blender-bot 2023-02-14 05:51:22 +01:00
Referenced by issue #57773, New 2.79 builds from Master freezes when opening a 2.79b file and then Creating a New File
Referenced by issue #55105, Smoke Emission from particles is ignoring lattice deformer on the particles
1 changed files with 1 additions and 0 deletions

View File

@ -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)