[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1251] branches/ io_import_gimp_to_3d_layers.py: Removing old comment

Daniel Salazar zanqdo at gmail.com
Tue Dec 7 23:13:23 CET 2010


Revision: 1251
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1251
Author:   zanqdo
Date:     2010-12-07 23:13:23 +0100 (Tue, 07 Dec 2010)

Log Message:
-----------
Removing old comment

Modified Paths:
--------------
    branches/io_import_gimp_to_3d_layers.py

Modified: branches/io_import_gimp_to_3d_layers.py
===================================================================
--- branches/io_import_gimp_to_3d_layers.py	2010-12-07 22:11:38 UTC (rev 1250)
+++ branches/io_import_gimp_to_3d_layers.py	2010-12-07 22:13:23 UTC (rev 1251)
@@ -73,7 +73,7 @@
 		
 		for Member in Members:
 			Name = Member.name
-			if Name.startswith('l') and Name.endswith('.jpg'): #only color JPGs for now!
+			if Name.startswith('l') and Name.endswith('.jpg'):
 				IMG.extract(Name, path=PathSaveRaw)
 		
 		#-------------------------------------------------




More information about the Bf-extensions-cvs mailing list