File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ def generate_material_object(material):
385
385
}
386
386
387
387
else :
388
- print "Unknown type of Material" , getMaterialName (material )
388
+ print ( "Unknown type of Material" ) , getMaterialName (material )
389
389
390
390
# default to Lambert Material if the current Material type cannot be handeled
391
391
if not material_type :
@@ -2063,7 +2063,7 @@ def copy_textures(textures):
2063
2063
shutil .copyfile (url , saveFilename )
2064
2064
texture_dict [url ] = True
2065
2065
except IOError as e :
2066
- print "I/O error({0}): {1} {2}" .format (e .errno , e .strerror , url )
2066
+ print ( "I/O error({0}): {1} {2}" ) .format (e .errno , e .strerror , url )
2067
2067
2068
2068
def findFilesWithExt (directory , ext , include_path = True ):
2069
2069
ext = ext .lower ()
You can’t perform that action at this time.
0 commit comments