Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2011-02-17 01:51:24 +0300
committerDaniel Salazar <zanqdo@gmail.com>2011-02-17 01:51:24 +0300
commit70fac132b626fc2ecc8cc8fd97881361622ed68e (patch)
tree0d638822f258b47c9b2f982e77191d8a361b528b /io_import_gimp_image_to_scene.py
parent7d429d1ac503990c8e8977370e82bdd3b7824682 (diff)
forgot a debug print
Diffstat (limited to 'io_import_gimp_image_to_scene.py')
-rw-r--r--io_import_gimp_image_to_scene.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index d6172d98..f88b2579 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()