ControlFluidSettings(FluidSettings)

base classes — bpy_struct, FluidSettings

class bpy.types.ControlFluidSettings(FluidSettings)

Fluid simulation settings for objects controlling the motion of fluid in the simulation

attraction_radius

Specifies the force field radius around the control object

Type :float in [0, 10], default 0.0
attraction_strength

Force strength for directional attraction towards the control object

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

Specifies time when the control particles are deactivated

Type :float in [0, 100], default 0.0
quality

Specifies the quality which is used for object sampling. (higher = better but slower)

Type :float in [5, 100], default 0.0
start_time

Specifies time when the control particles are activated

Type :float in [0, 100], default 0.0
use

Object contributes to the fluid simulation

Type :boolean, default False
use_reverse_frames

Reverse control object movement

Type :boolean, default False
velocity_radius

Specifies the force field radius around the control object

Type :float in [0, 10], default 0.0
velocity_strength

Force strength of how much of the control object’s velocity is influencing the fluid velocity

Type :float in [0, 10], default 0.0

Inherited Properties

Inherited Functions

Previous topic

Context(bpy_struct)

Next topic

Controller(bpy_struct)