tik_manager4.dcc.krita.extract

Submodules

Attributes

classes

exceptions

file_name

modules

Classes

ExtractCore

Core class for extracting elements from the scene.

Package Contents

class ExtractCore(exposed_settings=None, global_exposed_settings=None)

Core class for extracting elements from the scene.

extract()

Execute the extract.

process_settings()

Using the UI definitions exposed and global exposed settings, create the data dictionaries.

Returns:

tuple: exposed settings dictionary.

resolve_output()

Resolve the output path.

set_message(message)

Set the message of the extractor.

Args:

message (str): The message to set.

property bundle_info
The bundle information dictionary.
bundle_match_id = 0
bundled: bool = False
property category
Return the category which will rules.
color: tuple = (255, 255, 255)
property enabled
Return the enabled state of the extractor.
property extension
Return the extension of the extracted file.
property extract_folder
Return the folder path where the extracted file will be saved.
property extract_name
Return the name of the extracted file.
property message
Return the message of the extractor.
property metadata
Return the metadata of the extractor.
nice_name: str = ''
optional: bool = False
property state
Return the state of the extractor.
property version_string
Return the version string of the extracted file.
classes
exceptions = ['__init__.py']
file_name
modules