]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Redesign progress and error reporting in the Blender exporter
[libs/gl.git] / blender / io_mspgl / __init__.py
index dec550da78f450e2bb354d014b48eb0739d7c421..4b6e2ff4dfc3e9063db926c44cc50621c641b596 100644 (file)
@@ -6,10 +6,11 @@ bl_info = {
        "description": "Export Msp GL data",
        "category": "Import-Export" }
 
-files = ("animation", "armature", "datafile", "export", "export_animation",
-       "export_armature", "export_camera", "export_light", "export_material",
-       "export_mesh", "export_object", "export_scene", "export_texture",
-       "material", "mesh", "operators", "properties", "scene", "util")
+files = ("animation", "armature", "context", "datafile", "export",
+       "export_animation", "export_armature", "export_camera", "export_light",
+       "export_material", "export_mesh", "export_object", "export_scene",
+       "export_texture", "material", "mesh", "operators", "properties", "scene",
+       "util")
 
 if "bpy" in locals():
        import imp