2
0
Ben Houston 9 жил өмнө
parent
commit
68dc1d83d8

+ 1 - 1
utils/exporters/blender/addons/io_three/exporter/api/mesh.py

@@ -343,7 +343,7 @@ def faces(mesh, options, material_list=None):
                     break
             else:
                 logger.warning("Could not map the material index "
-                         "for face %d" % face.index);
+                         "for face %d" % face.index)
                 face_data.append(0)  # default to index zero if there's a bad material
 
         if uv_indices: