Changed formatting of material type for imported materials.

这个提交包含在:
Craig Warren
2017-02-21 12:38:15 +00:00
父节点 1a225e7477
当前提交 a8df199415

查看文件

@@ -81,7 +81,7 @@ def process_geometrycmds(geometry, G):
for material in G.materials:
if material.numID >= numexistmaterials:
if material.type:
material.type += ', imported'
material.type += ',\nimported'
else:
material.type = 'imported'