]> git.tdb.fi Git - libs/gl.git/commitdiff
Add export_light to the list of reloadable files in the Blender exporter
authorMikko Rasa <tdb@tdb.fi>
Sat, 9 Oct 2021 17:09:45 +0000 (20:09 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 9 Oct 2021 17:14:48 +0000 (20:14 +0300)
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