trigger.version_control.api

This module is to communicate with other python applications sharing the same interpreter session.

Classes

ApiHandler

Module Contents

class ApiHandler
build_session()

Build the session.

export_session(file_path)

Export the current session to the given file path.

get_session_file()

Get the current trigger session.

get_trigger_version()

Return the version of the trigger.

is_modified()

Returns True if the scene has unsaved changes.

open_session(file_path)

Open the given file path.

save_session()

Save the current session.

save_session_as(file_path)

Save the current session.

classmethod set_trigger_handler(trigger_handler)

Define the trigger handler.

update_info(*args, **kwargs)
validate_trigger_handler()

Validate the trigger handler.

main_ui = None