tik_manager4.dcc.trigger.main ============================= .. py:module:: tik_manager4.dcc.trigger.main .. autoapi-nested-parse:: Main module for trigger modular rigger integration. Attributes ---------- .. autoapisummary:: tik_manager4.dcc.trigger.main.LOG Classes ------- .. autoapisummary:: tik_manager4.dcc.trigger.main.Dcc Module Contents --------------- .. py:class:: Dcc Bases: :py:obj:`tik_manager4.dcc.main_core.MainCore` Trigger class. .. py:method:: get_dcc_version() Return the version of the DCC. .. py:method:: get_scene_file() Get the current trigger session. .. py:method:: is_modified() Returns True if the scene has unsaved changes .. py:method:: open(file_path, force=True) Open the given file path. .. py:method:: post_publish() Post publish. .. py:method:: post_save() Post save. .. py:method:: save_as(file_path) Saves the current scene to the given file path. .. py:method:: save_prompt() Pop up the save prompt. .. py:method:: save_scene() Saves the current session. .. py:attribute:: extensions .. py:attribute:: extracts .. py:attribute:: formats :value: ['.tr'] .. py:attribute:: ingests .. py:attribute:: name :value: 'trigger' .. py:attribute:: preview_enabled :value: False .. py:attribute:: trigger_api .. py:attribute:: validations .. py:data:: LOG