trigger.base.session

Attributes

log

Classes

Session

Module Contents

class Session

Bases: object

collect_guides()

Collect all necessary guide data ready to write

get_roots_from_file(file_path)
load_session(file_path, reset_scene=False)

Loads the session from the file

rebuild_guides(guides_data)

Rebuild all initial joints Args:

guides_data: [list] List of dictionaries. Output from ‘collect_initials’ method

Returns: None

reset_scene()
save_session(file_path)

Saves the session to the given file path

log