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

Class DecimateModifier


The Decimate Modifier Object

Decimation 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)
int (readonly) in [-inf, inf] face_count
The current number of faces in the decimated mesh.
string name
Modifier name. (Inherited from bpy.types.Modifier)
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
float in [0, 1] ratio
Defines the ratio of triangles to reduce to.
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)