Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

Maya UI template

Template for creating a simple tool window in Maya, using Pyside2/QT.

Installation:

  1. Add maya_ui_template folder to your Maya scripts folder (Username\Documents\maya\scripts).
  2. 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()

Image