tik_manager4.dcc.photoshop.main
Classes
Photoshop DCC class |
Module Contents
- class Dcc
Bases:
tik_manager4.dcc.main_core.MainCorePhotoshop DCC class
- generate_thumbnail(file_path, width, height)
Generate a thumbnail for the given file.
- get_dcc_version()
Get the version of the DCC.
- get_dispatch(key_prefix='Photoshop.Application')
Get the Photoshop dispatch object.
- static get_photoshop_registry_keys(prefix)
- get_scene_file()
Get the current scene file.
- Returns:
str: Path to the current scene file.
- open(file_path, force=True, **extra_arguments)
Load the given file.
- Args:
file_path (str): Path to the file to load.
- save_as(file_path)
Save the current scene as a new file.
- Args:
file_path (str): Path to the file to save.
- extensions
- extracts
- formats = ['.psd', '.psb']
- ingests
- name = 'Photoshop'
- preview_enabled = False
- validations