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

Class ClothModifier


The Cloth Modifier Object

Cloth simulation modifier.

References

Instance Variables [hide private]
ClothCollisionSettings (readonly) collision_settings
Cloth Collision 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)
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
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)
ClothSettings (readonly) settings
Cloth Settings
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)