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

Class SmokeModifier


The Smoke Modifier Object

Smoke simulation modifier.

(no references to this struct found)

Instance Variables [hide private]
SmokeCollSettings (readonly) coll_settings
Collision Settings
SmokeDomainSettings (readonly) domain_settings
Domain Settings
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
SmokeFlowSettings (readonly) flow_settings
Flow Settings
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
enum smoke_type
Type in...
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
Instance Variable Details [hide private]

smoke_type

Type in...
  • NONE
  • TYPE_DOMAIN
  • TYPE_FLOW
  • TYPE_COLL
Type:
enum