MirrorModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.MirrorModifier(Modifier)

Mirroring modifier

merge_threshold

Distance from axis within which mirrored vertices are merged

Type :float in [0, inf], default 0.0
mirror_object

Object to use as mirror

Type :Object
use_clip

Prevents vertices from going through the mirror during transform

Type :boolean, default False
use_mirror_merge

Merge vertices within the merge threshold

Type :boolean, default False
use_mirror_u

Mirror the U texture coordinate around the 0.5 point

Type :boolean, default False
use_mirror_v

Mirror the V texture coordinate around the 0.5 point

Type :boolean, default False
use_mirror_vertex_groups

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

Type :boolean, default False
use_x

Enable X axis mirror

Type :boolean, default False
use_y

Enable Y axis mirror

Type :boolean, default False
use_z

Enable Z axis mirror

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

MetaSequence(Sequence)

Next topic

Modifier(bpy_struct)