This commit is contained in:
2026-01-22 00:06:13 +08:00
parent f26fc95ea3
commit ed7476e54b
316 changed files with 4962 additions and 14039 deletions

View File

@@ -67,7 +67,7 @@ def add_influences(influences, target):
def long_names(names):
result = set(cmds.ls(names, long=True))
if len(result) != len(names):
raise Exception("could not convert to a list of influences names: " + str(names))
raise Exception("无法转换为影响名称列表: " + str(names))
return result
existing = long_names([i.name if not i.path else i.path for i in list_influences(skin_cluster)])