SmokeFlowSettings(bpy_struct)

base class — bpy_struct

class bpy.types.SmokeFlowSettings(bpy_struct)

Smoke flow settings

density
Type :float in [0.001, 1], default 0.0
initial_velocity

Smoke inherits its velocity from the emitter particle

Type :boolean, default False
particle_system

Particle systems emitted from the object

Type :ParticleSystem
temperature

Temperature difference to ambient temperature

Type :float in [-10, 10], default 0.0
use_absolute

Only allow given density value in emitter area

Type :boolean, default False
use_outflow

Delete smoke from simulation

Type :boolean, default False
velocity_factor

Multiplier to adjust velocity passed to smoke

Type :float in [-2, 2], default 0.0

Inherited Properties

Inherited Functions

References

Previous topic

SmokeDomainSettings(bpy_struct)

Next topic

SmokeModifier(Modifier)