|
@@ -343,7 +343,7 @@ def faces(mesh, options, material_list=None):
|
|
break
|
|
break
|
|
else:
|
|
else:
|
|
logger.warning("Could not map the material index "
|
|
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
|
|
face_data.append(0) # default to index zero if there's a bad material
|
|
|
|
|
|
if uv_indices:
|
|
if uv_indices:
|