[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25554] trunk/blender/release/scripts/io/ import_scene_3ds.py: bugfix [#20253] Import/Export fails

Campbell Barton ideasman42 at gmail.com
Fri Dec 25 21:47:23 CET 2009


Revision: 25554
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25554
Author:   campbellbarton
Date:     2009-12-25 21:47:23 +0100 (Fri, 25 Dec 2009)

Log Message:
-----------
bugfix [#20253] Import/Export fails

Modified Paths:
--------------
    trunk/blender/release/scripts/io/import_scene_3ds.py

Modified: trunk/blender/release/scripts/io/import_scene_3ds.py
===================================================================
--- trunk/blender/release/scripts/io/import_scene_3ds.py	2009-12-25 20:40:00 UTC (rev 25553)
+++ trunk/blender/release/scripts/io/import_scene_3ds.py	2009-12-25 20:47:23 UTC (rev 25554)
@@ -1151,7 +1151,7 @@
     # List of operator properties, the attributes will be assigned
     # to the class instance from the operator settings before calling.
 
-    path = StringProperty(name="File Path", description="File path used for importing the 3DS file", maxlen= 1024, default= ""),
+    path = StringProperty(name="File Path", description="File path used for importing the 3DS file", maxlen= 1024, default= "")
 
 # 	size_constraint = FloatProperty(name="Size Constraint", description="Scale the model by 10 until it reacehs the size constraint. Zero Disables.", min=0.0, max=1000.0, soft_min=0.0, soft_max=1000.0, default=10.0),
 # 	search_images = BoolProperty(name="Image Search", description="Search subdirectories for any assosiated images (Warning, may be slow)", default=True),





More information about the Bf-blender-cvs mailing list