]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Add export_light to the list of reloadable files in the Blender exporter
[libs/gl.git] / blender / io_mspgl / __init__.py
index 4519d49e4ea25d20ba4acd923f79fbb8e6c22685..dec550da78f450e2bb354d014b48eb0739d7c421 100644 (file)
@@ -7,9 +7,9 @@ bl_info = {
        "category": "Import-Export" }
 
 files = ("animation", "armature", "datafile", "export", "export_animation",
-       "export_armature", "export_camera", "export_material", "export_mesh",
-       "export_object", "export_scene", "export_texture", "material", "mesh",
-       "operators", "properties", "scene", "util")
+       "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