FluidSettings(bpy_struct)

base class — bpy_struct

subclasses — FluidFluidSettings, DomainFluidSettings, ControlFluidSettings, InflowFluidSettings, ObstacleFluidSettings, ParticleFluidSettings, OutflowFluidSettings

class bpy.types.FluidSettings(bpy_struct)

Fluid simulation settings for an object taking part in the simulation

type

Type of participation in the fluid simulation

Type :enum in [‘NONE’, ‘DOMAIN’, ‘FLUID’, ‘OBSTACLE’, ‘INFLOW’, ‘OUTFLOW’, ‘PARTICLE’, ‘CONTROL’], default ‘NONE’

Inherited Properties

Inherited Functions

References

Previous topic

FluidMeshVertex(bpy_struct)

Next topic

FluidSimulationModifier(Modifier)