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

@@ -103,7 +103,7 @@ def merge_layers(layers):
# verify that all layers are from the same parent
for i, j in zip(layers[:-1], layers[1:]):
if i.mesh != j.mesh:
raise Exception("layers are not from the same mesh")
raise Exception("层不是来自同一个网格")
result = plugin.ngst2tools(
tool="mergeLayers",