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

Class SoftBodyModifier


The Soft Body Modifier Object

Soft body simulation modifier.

(no references to this struct found)

Instance Variables [hide private]
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)
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
PointCache (readonly) point_cache
Soft Body Point Cache
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
SoftBodySettings (readonly) settings
Soft Body Settings
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)