def close(self, *args):
cmds.deleteUI(self.windowName)
# For our tweener UI, we inherit from our BaseWindow
# Just like our BaseWindow inherits from the Python object, our TweenerWindow inherits from BaseWindow
# This means that it will get all the attributes and methods that the Base Window has
评论列表
文章目录