X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=1e085baf9cf4559d9f85885c78174ef5310b2627;hp=a8cdb4c1d4f10cb3e80fbc9dddaaf4af204351d7;hb=36ce025ec317bbe57719f94886d5d31932754d40;hpb=c78c7262ff7aa0abf4d243c84887158b730581da diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index a8cdb4c1..1e085baf 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -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