trigger.base.session ==================== .. py:module:: trigger.base.session Attributes ---------- .. autoapisummary:: trigger.base.session.log Classes ------- .. autoapisummary:: trigger.base.session.Session Module Contents --------------- .. py:class:: Session Bases: :py:obj:`object` .. py:method:: collect_guides() Collect all necessary guide data ready to write .. py:method:: get_roots_from_file(file_path) .. py:method:: load_session(file_path, reset_scene=False) Loads the session from the file .. py:method:: rebuild_guides(guides_data) Rebuild all initial joints Args: guides_data: [list] List of dictionaries. Output from 'collect_initials' method Returns: None .. py:method:: reset_scene() .. py:method:: save_session(file_path) Saves the session to the given file path .. py:data:: log