trigger.utils.guide_utils ========================= .. py:module:: trigger.utils.guide_utils .. autoapi-nested-parse:: Guide related utility functions Functions --------- .. autoapisummary:: trigger.utils.guide_utils.transfer_guides Module Contents --------------- .. py:function:: transfer_guides(source_mesh, target_mesh, guides_grp) Transfers the guides between assets sharing the same topology Useful to transfer the on face controllers Args: source_mesh: (String) old mesh which aligns with the current guide joints target_mesh: (String) new mesh guides_grp: (String) Group node which hold all the guide joints Returns: None