def clearList(*args):
#get rid of all children of the lower frame layout
#or
#delete the rcLayout
cmds.deleteUI(widgets["bottomRCLO"])
widgets["bottomRCLO"] = cmds.rowColumnLayout(nc=2, w=250, p=widgets["bottomFrame"])
评论列表
文章目录