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]):
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs