trigger.tools.mirror_rig.main

Main class for mirror rigging.

Attributes

LOG

Classes

MirrorRig

Mirror Rigging class.

Module Contents

class MirrorRig(mirror_axis='Z', name='mirror')

Bases: object

Mirror Rigging class.

add_mesh(mesh)

Add a mesh to the mirror rig.

add_meshes_by_group(group, recursive=True)

Add all meshes in a group to the mirror rig.

create()

Create the mirror rig.

reset()

Reset the mirror rig.

set_name(name)

Set the name of the mirror rig.

update()

Update the mirror rig.

axis_map
property controller
Return the defined controller.
property meshes
Return the meshes in the mirror rig.
property name
Return the defined name.
normal_directions
LOG