]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Refactor handling of texture storage properties in the Blender exporter
[libs/gl.git] / blender / io_mspgl / __init__.py
index 4b6e2ff4dfc3e9063db926c44cc50621c641b596..c23b60f13dfcfa0664aec7b857215ce283b4fde3 100644 (file)
@@ -10,7 +10,7 @@ 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",
-       "util")
+       "texture", "util")
 
 if "bpy" in locals():
        import imp