[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13405] trunk/blender/release/scripts/ lightwave_import.py: sorry about this, 3rd commit to fix this small error.

Campbell Barton ideasman42 at gmail.com
Fri Jan 25 21:44:36 CET 2008


Revision: 13405
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13405
Author:   campbellbarton
Date:     2008-01-25 21:44:36 +0100 (Fri, 25 Jan 2008)

Log Message:
-----------
sorry about this, 3rd commit to fix this small error.

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

Modified: trunk/blender/release/scripts/lightwave_import.py
===================================================================
--- trunk/blender/release/scripts/lightwave_import.py	2008-01-25 16:14:54 UTC (rev 13404)
+++ trunk/blender/release/scripts/lightwave_import.py	2008-01-25 20:44:36 UTC (rev 13405)
@@ -661,7 +661,7 @@
 		# Should not happen but lw can import so we should too
 		return 
 	
-	image_index, = struct.unpack(">L", )
+	image_index, = struct.unpack(">L", data_str)
 	clip_dict['ID'] = image_index
 	i = 4
 	while(i < lwochunk.chunksize):





More information about the Bf-blender-cvs mailing list