[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14366] trunk/blender/release/scripts/ flt_export.py: -> Fix for last commit on FLT exporter (round 2)

Geoffrey Bantle hairbat at yahoo.com
Tue Apr 8 21:58:18 CEST 2008


Revision: 14366
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14366
Author:   briggs
Date:     2008-04-08 21:58:17 +0200 (Tue, 08 Apr 2008)

Log Message:
-----------
-> Fix for last commit on FLT exporter (round 2)

Forgot to change some (more) dictionary keys in source which
would break export. Fixed

Modified Paths:
--------------
    trunk/blender/release/scripts/flt_export.py

Modified: trunk/blender/release/scripts/flt_export.py
===================================================================
--- trunk/blender/release/scripts/flt_export.py	2008-04-08 19:35:53 UTC (rev 14365)
+++ trunk/blender/release/scripts/flt_export.py	2008-04-08 19:58:17 UTC (rev 14366)
@@ -1388,7 +1388,7 @@
 	Blender.Window.WaitCursor(False)
 	
 	#optional: Copy textures
-	if options.state['copy_textures']:
+	if options.state['copytex']:
 		for imgname in tex_files:
 			#Check to see if texture exists in target directory
 			if not os.path.exists(tex_files[imgname]):





More information about the Bf-blender-cvs mailing list