Skip to content

Commit

Permalink
forgot a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanQdo committed Feb 16, 2011
1 parent 7d429d1 commit 70fac13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io_import_gimp_image_to_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 70fac13

Please sign in to comment.