X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=blender%2Fio_mspgl%2F__init__.py;h=b1bb2f0de8c83c9af12ebace525624c66582194c;hb=af4769679fc41cfd95bb12777423f7672ba5f661;hp=38e697b1c4a651390717da0c236f8d735eddd514;hpb=9b576665bf488d4a4e113afd761d5caef3ae6f65;p=libs%2Fgl.git diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index 38e697b1..b1bb2f0d 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -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"