trigger.base.initials ===================== .. py:module:: trigger.base.initials Attributes ---------- .. autoapisummary:: trigger.base.initials.db trigger.base.initials.log Classes ------- .. autoapisummary:: trigger.base.initials.Initials Module Contents --------------- .. py:class:: Initials Bases: :py:obj:`object` .. py:method:: adjust_guide_display(guide_object) Adjusts the display proerties of guid joints according to the settings. Accepts guide object as input .. py:method:: autoGet(parentBone) Gets the mirror of the given object by its name. Returns the left if it finds right and vice versa Args: parentBone: (string) the object which name will be checked Returns: (Tuple) None/String, alignment of the given Obj(string), alignment of the returned Obj(string) Ex.: (bone_left, "left", "right") .. py:method:: getWholeLimb(node) .. py:method:: get_extra_properties(module_type) .. py:method:: get_property(jnt, attr) .. py:method:: get_scene_roots() collects the root joints in the scene and returns the dictionary with properties .. py:method:: get_user_attrs(jnt) Returns a list of dictionaries for every supported custom attribute This is part of guide data collection and this data is going to be used while re-creating guides .. py:method:: initHumanoid(spineSegments=3, neckSegments=3, fingers=5) .. py:method:: initLimb(limb_name, whichSide='left', constrainedTo=None, parentNode=None, defineAs=False, *args, **kwargs) .. py:method:: parseSettings() .. py:method:: select_root(joint_name) .. py:method:: set_property(jnt, attr, value) .. py:method:: test_build(root_jnt=None, progress_bar=None) .. py:data:: db .. py:data:: log