tik_manager4.dcc.substance.main =============================== .. py:module:: tik_manager4.dcc.substance.main .. autoapi-nested-parse:: Main module for Substance Painter integration. Attributes ---------- .. autoapisummary:: tik_manager4.dcc.substance.main.LOG Classes ------- .. autoapisummary:: tik_manager4.dcc.substance.main.Dcc Module Contents --------------- .. py:class:: Dcc Bases: :py:obj:`tik_manager4.dcc.main_core.MainCore` DCC class. .. py:method:: generate_thumbnail(file_path, width, height) :staticmethod: Generate a thumbnail for the given file. .. py:method:: get_dcc_version() :staticmethod: Get the DCC version. .. py:method:: get_main_window() :staticmethod: Get the main window of the DCC. .. py:method:: get_scene_file() :staticmethod: Get the scene file path. .. py:method:: is_modified() :staticmethod: Check if the scene has unsaved changes. .. py:method:: open(file_path, force=True, **_extra_arguments) :staticmethod: Open the file in the DCC. .. py:method:: pre_save_issues() :staticmethod: Checks to be done before saving a file. .. py:method:: save_as(file_path) :staticmethod: Save the file as the given file path. .. py:method:: save_prompt() Prompt the user to save the scene. .. py:method:: save_scene() :staticmethod: Save the scene. .. py:attribute:: extensions .. py:attribute:: extracts .. py:attribute:: formats :value: ['.spp'] .. py:attribute:: ingests .. py:attribute:: name :value: 'Substance Painter' .. py:attribute:: preview_enabled :value: False .. py:attribute:: validations .. py:data:: LOG