trigger.version_control.api =========================== .. py:module:: trigger.version_control.api .. autoapi-nested-parse:: This module is to communicate with other python applications sharing the same interpreter session. Classes ------- .. autoapisummary:: trigger.version_control.api.ApiHandler Module Contents --------------- .. py:class:: ApiHandler .. py:method:: build_session() Build the session. .. py:method:: export_session(file_path) Export the current session to the given file path. .. py:method:: get_session_file() Get the current trigger session. .. py:method:: get_trigger_version() Return the version of the trigger. .. py:method:: is_modified() Returns True if the scene has unsaved changes. .. py:method:: open_session(file_path) Open the given file path. .. py:method:: save_session() Save the current session. .. py:method:: save_session_as(file_path) Save the current session. .. py:method:: set_trigger_handler(trigger_handler) :classmethod: Define the trigger handler. .. py:method:: update_info(*args, **kwargs) .. py:method:: validate_trigger_handler() Validate the trigger handler. .. py:attribute:: main_ui :value: None