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

Class SmoothModifier


The Smooth Modifier Object

Smoothing effect 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)
float in [-inf, inf] factor
Factor
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)
int in [-32768, 32767] repeat
Repeat
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
string vertex_group
Vertex group name.
boolean x
X
boolean y
Y
boolean z
Z
Instance Variable Details [hide private]

vertex_group

Vertex group name. (maximum length of 32)
Type:
string