]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Minor adjustments
[libs/gl.git] / blender / io_mspgl / __init__.py
index 38e697b1c4a651390717da0c236f8d735eddd514..b1bb2f0de8c83c9af12ebace525624c66582194c 100644 (file)
@@ -146,7 +146,7 @@ class ExportMspGLArmature(bpy.types.Operator, ExportMspGLBase):
                return ArmatureExporter()
 
 class ExportMspGLScene(bpy.types.Operator, ExportMspGLBase):
-       bl_idname = "export.mspgl_scene"
+       bl_idname = "export_scene.mspgl_scene"
        bl_label = "Export Msp GL scene"
 
        filename_ext = ".scene"