This file contains 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
""" | |
Use the following code to load the script after saving it to Maya's scripts folder. | |
import maya_pyside_boilerplate as min_ui | |
# min_ui.delete() # try to delete it before reloading to avoid duplicates, should only be needed when testing | |
# reload(min_ui) # only reload when testing | |
min_ui.create() | |
""" | |
import maya.OpenMayaUI as omui |