X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=c23b60f13dfcfa0664aec7b857215ce283b4fde3;hb=6fbc3217471932e1e46a694e4c4376673010f814;hp=dec550da78f450e2bb354d014b48eb0739d7c421;hpb=fc00b25ad328d5cbb6c05c44f81284afe5451f81;p=libs%2Fgl.git diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index dec550da..c23b60f1 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -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", + "texture", "util") if "bpy" in locals(): import imp