diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index d6172d988a663bf7043c81dda9dec8bdb9c205b1..f88b2579c18be87625afd164f0031c3d47c84541 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -108,7 +108,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\ now we can be sure! (damn GIMP)''' if HasAlpha: if not os.path.isfile(PathSaveRaw+imageFileAlpha): HasAlpha = False - print ("This image has alpha: ", HasAlpha) # Get Widht and Height from images data = open(PathSaveRaw+imageFile, "rb").read()