提交 3d53cc66 编写于 作者: R railla

preserving the name of temporary mesh changes name of the initial mesh

上级 6d5a67e7
...@@ -1479,10 +1479,6 @@ def extract_meshes(objects, scene, export_single_model, option_scale, flipyz): ...@@ -1479,10 +1479,6 @@ def extract_meshes(objects, scene, export_single_model, option_scale, flipyz):
if not mesh: if not mesh:
raise Exception("Error, could not get mesh data from object [%s]" % object.name) raise Exception("Error, could not get mesh data from object [%s]" % object.name)
# preserve original name
mesh.name = object.name
if export_single_model: if export_single_model:
if flipyz: if flipyz:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册