[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1256] extern/py/scripts/addons/ luxrender/0.7.1/luxrender/operators/__init__.py: Same for LuxRender exporter

Daniel Salazar zanqdo at gmail.com
Wed Dec 8 13:17:28 CET 2010


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

Log Message:
-----------
Same for LuxRender exporter

Modified Paths:
--------------
    extern/py/scripts/addons/luxrender/0.7.1/luxrender/operators/__init__.py

Modified: extern/py/scripts/addons/luxrender/0.7.1/luxrender/operators/__init__.py
===================================================================
--- extern/py/scripts/addons/luxrender/0.7.1/luxrender/operators/__init__.py	2010-12-08 12:12:48 UTC (rev 1255)
+++ extern/py/scripts/addons/luxrender/0.7.1/luxrender/operators/__init__.py	2010-12-08 12:17:28 UTC (rev 1256)
@@ -215,7 +215,7 @@
 	
 	
 	def invoke(self, context, event):
-		context.window_manager.add_fileselect(self)
+		context.window_manager.fileselect_add(self)
 		return {'RUNNING_MODAL'}
 	
 	def execute(self, context):
@@ -368,4 +368,4 @@
 		return {'FINISHED'}
 
 menu_func = lambda self, context: self.layout.operator("export.luxrender", text="Export LuxRender Scene...")
-bpy.types.INFO_MT_file_export.append(menu_func)
\ No newline at end of file
+bpy.types.INFO_MT_file_export.append(menu_func)




More information about the Bf-extensions-cvs mailing list