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