def deleteAll(*args):
"""deletes all audio in the scene"""
nodes = cmds.textScrollList(widgets["audioTSL"], q=True, ai=True)
for node in nodes:
cmds.delete(node)
cmds.textScrollList(widgets["audioTSL"], e=True, ra=True)
评论列表
文章目录