wavefront obj exporter NameError: solved.

Hello,
I just stumbled in obj exporter problem with selected meshes(it reported an error).
Just simply looking to api:
http://www.blender.org/modules/documentation/237PythonDoc/Blender-module.html
you need to substitute

line 564, in save_obj_ui

export_objects = Object.GetSelected() # Export Context

with

export_objects = Blender.Object.GetSelected()

…in obj_export.py

Not too sure, but the latest version of obj export is labled export_obj.py Looks like you may have an older version?

Hi,
you are right I looked into 242.3 scripts folder and it looks like it is different :stuck_out_tongue:
Thx,
gab-