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
# import modules | |
import maya.cmds as cmds | |
import maya.OpenMaya as OM | |
import random | |
import math | |
# user interface | |
class windowUI(): | |
def __init__(self, *args): | |
if cmds.window("windowUI", exists=True): |