transfer_blend_shape.gui.dcc module¶
-
transfer_blend_shape.gui.dcc.get_main_window()¶ Returns: Maya main window Raises: RuntimeError – When the main window cannot be obtained.
-
transfer_blend_shape.gui.dcc.maya_to_qt(name, type_=<sphinx.ext.autodoc._MockObject object>)¶ Parameters: - name (str) – Maya path of an ui object
- type (cls) –
Returns: QWidget of parsed Maya path
Return type: QWidget
Raises: RuntimeError – When no handle could be obtained
-
transfer_blend_shape.gui.dcc.qt_to_maya(widget)¶ Parameters: widget (QWidget) – QWidget of a maya ui object Returns: Maya path of parsed QWidget Return type: str