tik_manager4.dcc.extension_core =============================== .. py:module:: tik_manager4.dcc.extension_core .. autoapi-nested-parse:: Base class for additional DCC tools, utils or anything will be integrated to the main ui. Classes ------- .. autoapisummary:: tik_manager4.dcc.extension_core.ExtensionCore Module Contents --------------- .. py:class:: ExtensionCore(main_window) Core class for DCC specific UI extensions. .. py:method:: add_function_to_main_menu(function, name) Add a function to the main menu. .. py:method:: execute() :abstractmethod: Mandatory method to execute the extension. .. py:method:: get_work_and_version() Get the work and version objects from the scene file.