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

Class MirrorModifier


The Mirror Modifier Object

Mirroring modifier.

(no references to this struct found)

Instance Variables [hide private]
boolean clip
Prevents vertices from going through the mirror during transform.
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 [0, inf] merge_limit
Distance from axis within which mirrored vertices are merged.
Object mirror_object
Object to use as mirror.
boolean mirror_u
Mirror the U texture coordinate around the 0.5 point.
boolean mirror_v
Mirror the V texture coordinate around the 0.5 point.
boolean mirror_vertex_groups
Mirror vertex groups (e.g.
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 (readonly) type
Type in... (Inherited from bpy.types.Modifier)
boolean x
Enable X axis mirror.
boolean y
Enable Y axis mirror.
boolean z
Enable Z axis mirror.
Instance Variable Details [hide private]

mirror_vertex_groups

Mirror vertex groups (e.g. .R->.L).
Type:
boolean