trigger.modules.tail ==================== .. py:module:: trigger.modules.tail Attributes ---------- .. autoapisummary:: trigger.modules.tail.LIMB_DATA trigger.modules.tail.LOG Classes ------- .. autoapisummary:: trigger.modules.tail.Guides trigger.modules.tail.Tail Module Contents --------------- .. py:class:: Guides(*args, **kwargs) Bases: :py:obj:`trigger.core.module.GuidesCore` .. py:method:: define_guides() Define the guide joints. This method will be overridden for each module. .. py:method:: draw_joints() Draw the guide joints and set Joint types/sides. This method will be overridden for each module. .. py:attribute:: limb_data .. py:attribute:: name :value: 'Tail' .. py:class:: Tail(build_data=None, inits=None) Bases: :py:obj:`trigger.core.module.ModuleCore` .. py:method:: create_controllers() .. py:method:: create_fk_setup() .. py:method:: create_joints() .. py:method:: execute() Execute the rig creation. This method will be overridden for each module. .. py:method:: round_up() .. py:attribute:: name :value: 'Tail' .. py:data:: LIMB_DATA .. py:data:: LOG