X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=4c5fa8c22ce735f4322396ed01e120ee0827e14e;hp=dec550da78f450e2bb354d014b48eb0739d7c421;hb=HEAD;hpb=fc00b25ad328d5cbb6c05c44f81284afe5451f81 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