[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1255] branches/ io_import_gimp_to_3d_layers.py: Following API changes

Daniel Salazar zanqdo at gmail.com
Wed Dec 8 13:12:48 CET 2010


Revision: 1255
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1255
Author:   zanqdo
Date:     2010-12-08 13:12:48 +0100 (Wed, 08 Dec 2010)

Log Message:
-----------
Following API changes

Modified Paths:
--------------
    branches/io_import_gimp_to_3d_layers.py

Modified: branches/io_import_gimp_to_3d_layers.py
===================================================================
--- branches/io_import_gimp_to_3d_layers.py	2010-12-08 11:58:21 UTC (rev 1254)
+++ branches/io_import_gimp_to_3d_layers.py	2010-12-08 12:12:48 UTC (rev 1255)
@@ -640,7 +640,7 @@
 
 	def invoke(self, context, event):
 		wm = bpy.context.window_manager
-		wm.add_fileselect(self)
+		wm.fileselect_add(self)
 
 		return {'RUNNING_MODAL'}
 




More information about the Bf-extensions-cvs mailing list