def load(self, name):
path = self[name]['path']
# We tell the file command to import, and tell it to not use any nameSpaces
cmds.file(path, i=True, usingNamespaces=False)
# This function will save a screenshot to the given directory with the given name
评论列表
文章目录