tik_manager4.dcc.standalone.main
Attributes
Classes
Standalone DCC class |
Module Contents
- class Dcc
Bases:
tik_manager4.dcc.main_core.MainCoreStandalone DCC class
- static generate_thumbnail(file_path, width, height)
Generate a thumbnail for the given file. Args:
file_path: (String) File path to generate thumbnail from width: (int) Thumbnail width height: (int) Thumbnail height
Returns: (String) File path of the generated thumbnail
- static open(file_path, force=True, **extra_arguments)
Open the given file path. Args:
file_path: (String) File path to open force: (Bool) if true any unsaved changes on current scene will be lost **extra_arguments: Compatibility arguments for other DCCs
Returns: None
- static save_as(file_path, source_path=None, **extra_arguments)
Save (mockup) the file. Args:
file_path: (String) File path that will be written source_path: (String) Source file or folder path **extra_arguments: Compatibility arguments
- Returns:
(String) File path of the saved file
- static text_to_image(text, save_path, width, height, color='orange', scale=0.5)
Convert text to an image.
- extracts
- formats = ['']
- name = 'Standalone'
- preview_enabled = False
- LOG