Update
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user