From: <Ult...@us...> - 2009-03-15 07:35:31
|
Revision: 1102 http://opengate.svn.sourceforge.net/opengate/?rev=1102&view=rev Author: Ultrasick Date: 2009-03-15 07:35:30 +0000 (Sun, 15 Mar 2009) Log Message: ----------- oops, removing debug code Modified Paths: -------------- branches/ogEditor/data/modules/texturizer/scripts/screens/project/canvas/frames/edit_the_face.py Modified: branches/ogEditor/data/modules/texturizer/scripts/screens/project/canvas/frames/edit_the_face.py =================================================================== --- branches/ogEditor/data/modules/texturizer/scripts/screens/project/canvas/frames/edit_the_face.py 2009-03-15 07:34:21 UTC (rev 1101) +++ branches/ogEditor/data/modules/texturizer/scripts/screens/project/canvas/frames/edit_the_face.py 2009-03-15 07:35:30 UTC (rev 1102) @@ -204,7 +204,7 @@ texture_category = texture[0] texture_name = texture[1] - for i, plane in enumerate(self.planes): + for plane in self.planes: # define a safety factor (otherwise some pixels stay transparent) safety_factor = 1.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |