OSDN Git Service

fix
[meshio/pymeshio.git] / blender26-meshio / export_pmx.py
index 12c86a3..3f10bac 100644 (file)
@@ -1,5 +1,6 @@
 # coding: utf-8
 
 # coding: utf-8
 
-def write(self, path):
-    pass
+def _execute(filepath):
+    print(filepath)
+    return {'FINISHED'}