Template for creating a simple tool window in Maya, using Pyside2/QT.
- Add maya_ui_template folder to your Maya scripts folder (Username\Documents\maya\scripts).
- To start the tool within Maya, run these these lines of code from the Maya script editor or add them to a shelf button:
import maya_ui_template
maya_ui_template.start()