def clearValues(*args):
"""clears the text fields"""
cmds.textFieldButtonGrp(widgets["path1"], e=True, tx="")
cmds.textFieldButtonGrp(widgets["path2"], e=True, tx="")
cmds.textFieldButtonGrp(widgets["path3"], e=True, tx="")
评论列表
文章目录