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