[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30039] branches/soc-2010-jwilkins/release /scripts/io/import_scene_3ds.py:

Jason Wilkins Jason.A.Wilkins at gmail.com
Tue Jul 6 15:03:41 CEST 2010


Revision: 30039
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30039
Author:   jwilkins
Date:     2010-07-06 15:03:40 +0200 (Tue, 06 Jul 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/soc-2010-jwilkins/release/scripts/io/import_scene_3ds.py

Modified: branches/soc-2010-jwilkins/release/scripts/io/import_scene_3ds.py
===================================================================
--- branches/soc-2010-jwilkins/release/scripts/io/import_scene_3ds.py	2010-07-06 13:01:06 UTC (rev 30038)
+++ branches/soc-2010-jwilkins/release/scripts/io/import_scene_3ds.py	2010-07-06 13:03:40 UTC (rev 30039)
@@ -273,13 +273,6 @@
     return s
 # 	return s[:-1]
 
-    s = str(s[:-1], 'ASCII')
-# 	print("read string", s)
-
-    #remove the null character from the string
-    return s
-# 	return s[:-1]
-
 ######################################################
 # IMPORT
 ######################################################





More information about the Bf-blender-cvs mailing list