tik_manager4.dcc.gaffer.main
Main module for Gaffer integration.
Attributes
Classes
Gaffer DCC class. |
Module Contents
- class Dcc
Bases:
tik_manager4.dcc.main_core.MainCoreGaffer DCC class.
- generate_thumbnail(file_path, width, height)
Generate a thumbnail for the current scene.
- get_current_frame()
Get the current frame.
- static get_dcc_version()
Get the version of the DCC.
- get_main_window()
Get the main window of the DCC.
- get_ranges()
Get the viewport ranges.
- get_scene_file()
Get the current scene file path.
- get_scene_fps()
Get the FPS of the scene.
- is_modified()
Check if the current scene is modified.
- open(file_path, force=True, **_extra_arguments)
Open the given file path Args:
file_path: (String) File path to open force: (Bool) if true any unsaved changes on current scene will be lost **_extra_arguments: Compatibility arguments for other DCCs
Returns: None
- save_as(file_path)
Save the current scene as the given file path.
- save_prompt()
Pop up the save prompt.
- save_scene()
Save the current scene.
- set_project(file_path)
Set the project file path and name.
- set_ranges(range_list)
Set the viewport ranges.
- set_scene_fps(fps_value)
Set the FPS of the scene.
- extensions
- extracts
- formats = ['.gfr']
- ingests
- name = 'Gaffer'
- preview_enabled = False
- validations
- LOG