This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shiboken2 import wrapInstance | |
from PySide2 import QtGui, QtCore, QtUiTools, QtWidgets | |
import maya.OpenMayaUI as omui | |
from maya.app.general.mayaMixin import MayaQWidgetDockableMixin | |
def maya_main_window(): | |
""" | |
This function gets the pointer to the Maya's Main window. | |
Our window will be parented under this. |