Skip to content

Instantly share code, notes, and snippets.

"""
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