tik_manager4.dcc.photoshop.main
Classes
Photoshop DCC class |
Module Contents
- class Dcc
Bases:
tik_manager4.dcc.main_core.MainCorePhotoshop DCC class
- static find_photoshop_prog_ids()
Find all Photoshop ProgIDs in the registry.
- generate_thumbnail(file_path, width, height)
Generate a thumbnail for the given file.
- get_dcc_version()
Get the version of the DCC.
- get_photoshop_app()
Get the Photoshop application object.
- 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