tik_manager4.dcc.photoshop.main =============================== .. py:module:: tik_manager4.dcc.photoshop.main Classes ------- .. autoapisummary:: tik_manager4.dcc.photoshop.main.Dcc Module Contents --------------- .. py:class:: Dcc Bases: :py:obj:`tik_manager4.dcc.main_core.MainCore` Photoshop DCC class .. py:method:: find_photoshop_prog_ids() :staticmethod: Find all Photoshop ProgIDs in the registry. .. py:method:: generate_thumbnail(file_path, width, height) Generate a thumbnail for the given file. .. py:method:: get_dcc_version() Get the version of the DCC. .. py:method:: get_photoshop_app() Get the Photoshop application object. .. py:method:: get_scene_file() Get the current scene file. Returns: str: Path to the current scene file. .. py:method:: open(file_path, force=True, **extra_arguments) Load the given file. Args: file_path (str): Path to the file to load. .. py:method:: save_as(file_path) Save the current scene as a new file. Args: file_path (str): Path to the file to save. .. py:attribute:: extensions .. py:attribute:: extracts .. py:attribute:: formats :value: ['.psd', '.psb'] .. py:attribute:: ingests .. py:attribute:: name :value: 'Photoshop' .. py:attribute:: preview_enabled :value: False .. py:attribute:: validations