ParticleFluidSettings(FluidSettings)¶
base classes — bpy_struct
, FluidSettings
-
class
bpy.types.
ParticleFluidSettings
(FluidSettings)¶ Fluid simulation settings for objects storing fluid particles generated by the simulation
-
alpha_influence
¶ Amount of particle alpha change, inverse of size influence: 0=off (all same alpha), 1=full (larger particles get lower alphas, smaller ones higher values)
Type: float in [0, 2], default 0.0
-
filepath
¶ Directory (and/or filename prefix) to store and load particles from
Type: string, default “”, (never None)
-
particle_influence
¶ Amount of particle size scaling: 0=off (all same size), 1=full (range 0.2-2.0), >1=stronger
Type: float in [0, 2], default 0.0
-
show_tracer
¶ Show tracer particles
Type: boolean, default False
-
use_drops
¶ Show drop particles
Type: boolean, default False
-
use_floats
¶ Show floating foam particles
Type: boolean, default False
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions