tik_manager4.dcc.standalone.main ================================ .. py:module:: tik_manager4.dcc.standalone.main Attributes ---------- .. autoapisummary:: tik_manager4.dcc.standalone.main.LOG Classes ------- .. autoapisummary:: tik_manager4.dcc.standalone.main.Dcc Module Contents --------------- .. py:class:: Dcc Bases: :py:obj:`tik_manager4.dcc.main_core.MainCore` Standalone DCC class .. py:method:: generate_thumbnail(file_path, width, height) :staticmethod: 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 .. py:method:: open(file_path, force=True, **extra_arguments) :staticmethod: 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 .. py:method:: save_as(file_path, source_path=None, **extra_arguments) :staticmethod: 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 .. py:method:: text_to_image(text, save_path, width, height, color='orange', scale=0.5) :staticmethod: Convert text to an image. .. py:attribute:: extracts .. py:attribute:: formats :value: [''] .. py:attribute:: name :value: 'Standalone' .. py:attribute:: preview_enabled :value: False .. py:data:: LOG