]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Minor tweaks to the Blender exporter
[libs/gl.git] / blender / io_mspgl / __init__.py
index a8cdb4c1d4f10cb3e80fbc9dddaaf4af204351d7..1e085baf9cf4559d9f85885c78174ef5310b2627 100644 (file)
@@ -137,7 +137,7 @@ class ExportMspGLArmature(bpy.types.Operator, ExportMspGLBase):
        bl_idname = "export.mspgl_armature"
        bl_label = "Export Msp GL armature"
 
-       filename_ext = ".armature"
+       filename_ext = ".arma"
 
        def create_exporter(self):
                from .export_armature import ArmatureExporter