trigger.tools.mirror_rig.main ============================= .. py:module:: trigger.tools.mirror_rig.main .. autoapi-nested-parse:: Main class for mirror rigging. Attributes ---------- .. autoapisummary:: trigger.tools.mirror_rig.main.LOG Classes ------- .. autoapisummary:: trigger.tools.mirror_rig.main.MirrorRig Module Contents --------------- .. py:class:: MirrorRig(mirror_axis='Z', name='mirror') Bases: :py:obj:`object` Mirror Rigging class. .. py:method:: add_mesh(mesh) Add a mesh to the mirror rig. .. py:method:: add_meshes_by_group(group, recursive=True) Add all meshes in a group to the mirror rig. .. py:method:: create() Create the mirror rig. .. py:method:: reset() Reset the mirror rig. .. py:method:: set_name(name) Set the name of the mirror rig. .. py:method:: update() Update the mirror rig. .. py:attribute:: axis_map .. py:property:: controller Return the defined controller. .. py:property:: meshes Return the meshes in the mirror rig. .. py:property:: name Return the defined name. .. py:attribute:: normal_directions .. py:data:: LOG