tik_manager4.dcc.krita.extract ============================== .. py:module:: tik_manager4.dcc.krita.extract Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/tik_manager4/dcc/krita/extract/image/index /autoapi/tik_manager4/dcc/krita/extract/psd/index /autoapi/tik_manager4/dcc/krita/extract/source/index /autoapi/tik_manager4/dcc/krita/extract/svg/index Attributes ---------- .. autoapisummary:: tik_manager4.dcc.krita.extract.classes tik_manager4.dcc.krita.extract.exceptions tik_manager4.dcc.krita.extract.file_name tik_manager4.dcc.krita.extract.modules Classes ------- .. autoapisummary:: tik_manager4.dcc.krita.extract.ExtractCore Package Contents ---------------- .. py:class:: ExtractCore(exposed_settings=None, global_exposed_settings=None) Core class for extracting elements from the scene. .. py:method:: extract() Execute the extract. .. py:method:: process_settings() Using the UI definitions exposed and global exposed settings, create the data dictionaries. Returns: tuple: exposed settings dictionary. .. py:method:: resolve_output() Resolve the output path. .. py:method:: set_message(message) Set the message of the extractor. Args: message (str): The message to set. .. py:property:: bundle_info The bundle information dictionary. .. py:attribute:: bundle_match_id :value: 0 .. py:attribute:: bundled :type: bool :value: False .. py:property:: category Return the category which will rules. .. py:attribute:: color :type: tuple :value: (255, 255, 255) .. py:property:: enabled Return the enabled state of the extractor. .. py:property:: extension Return the extension of the extracted file. .. py:property:: extract_folder Return the folder path where the extracted file will be saved. .. py:property:: extract_name Return the name of the extracted file. .. py:property:: message Return the message of the extractor. .. py:property:: metadata Return the metadata of the extractor. .. py:attribute:: nice_name :type: str :value: '' .. py:attribute:: optional :type: bool :value: False .. py:property:: state Return the state of the extractor. .. py:property:: version_string Return the version string of the extracted file. .. py:data:: classes .. py:data:: exceptions :value: ['__init__.py'] .. py:data:: file_name .. py:data:: modules