X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=2158764d40dbd74ff4303c8455b777d720c82a21;hp=02afb148614ecd44fc3408166357a8eea8534c12;hb=5590886411b5779a7e6aa6a5ffeda8db6c515a55;hpb=110fea79f097b01491962f3d64d2108c2996b1ea diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index 02afb148..2158764d 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -8,7 +8,7 @@ bl_info = { if "bpy" in locals(): import imp - for sub in "animation", "armature", "datafile", "export", "export_animation", "export_armature", "export_camera", "export_material", "export_mesh", "export_object", "export_scene", "export_texture", "material", "mesh", "properties", "util": + for sub in "animation", "armature", "datafile", "export", "export_animation", "export_armature", "export_camera", "export_material", "export_mesh", "export_object", "export_scene", "export_texture", "material", "mesh", "properties", "scene", "util": if sub in locals(): imp.reload(locals()[sub])