Fluid Operators
- bpy.ops.fluid.bake_all()
Bake Entire Fluid Simulation
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.bake_data()
Bake Fluid Data
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.bake_guides()
Bake Fluid Guiding
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.bake_mesh()
Bake Fluid Mesh
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.bake_noise()
Bake Fluid Noise
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.bake_particles()
Bake Fluid Particles
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_all()
Free Entire Fluid Simulation
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_data()
Free Fluid Data
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_guides()
Free Fluid Guiding
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_mesh()
Free Fluid Mesh
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_noise()
Free Fluid Noise
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.free_particles()
Free Fluid Particles
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.pause_bake()
Pause Bake
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.fluid.preset_add(*, name='', remove_name=False, remove_active=False)
Add or remove a Fluid Preset
- Parameters:
name (str) – Name, Name of the preset, used to make the path name (optional, never None)
remove_name (bool) – remove_name, (optional)
remove_active (bool) – remove_active, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- File: