tik_manager4.dcc.mari.main
Main module for Mari integration.
Attributes
Classes
Mari class. |
Module Contents
- class Dcc
Bases:
tik_manager4.dcc.main_core.MainCoreMari class.
- generate_thumbnail(file_path, width, height)
Generate a thumbnail for the current scene.
- static get_dcc_version()
Get the current version of Mari.
- static get_main_window()
Get the main window.
- static get_scene_file()
Get the current scene file.
- static is_modified()
Check if the scene has unsaved changes.
- open(file_path, force=True, **_extra_arguments)
Open the file in Mari.
- static pre_save_issues()
Checks to be done before saving a file.
- save_as(file_path)
Mimic the save as functionality for Mari.
- extensions
- extracts
- formats = ['.mri']
- ingests
- name = 'mari'
- preview_enabled = False
- validations
- LOG