Package bpy :: Module types :: Class FluidFluidSettings
[hide private]
[frames] | no frames]

Class FluidFluidSettings


The Fluid Fluid Simulation Settings Object

Fluid simulation settings for the fluid in the simulation.

(no references to this struct found)

Instance Variables [hide private]
boolean export_animated_mesh
Export this mesh as an animated one.
float array of 3 items in [-1000.1, 1000.1] initial_velocity
Initial velocity of fluid.
enum type
Type of participation in the fluid simulation. (Inherited from bpy.types.FluidSettings)
enum volume_initialization
Volume initialization type.
Instance Variable Details [hide private]

export_animated_mesh

Export this mesh as an animated one. Slower, only use if really necessary (e.g. armatures or parented objects), animated pos/rot/scale IPOs do not require it.
Type:
boolean

volume_initialization

Volume initialization type. in...
  • VOLUME
  • SHELL
  • BOTH
Type:
enum