X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=1e085baf9cf4559d9f85885c78174ef5310b2627;hb=36ce025ec317bbe57719f94886d5d31932754d40;hp=a8cdb4c1d4f10cb3e80fbc9dddaaf4af204351d7;hpb=1bad86b461abd4fe2a1cb1c6c5685adf5db13935;p=libs%2Fgl.git 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