OSDN Git Service

fix
authorousttrue <ousttrue@gmail.com>
Fri, 14 Oct 2011 17:39:56 +0000 (02:39 +0900)
committerousttrue <ousttrue@gmail.com>
Fri, 14 Oct 2011 17:39:56 +0000 (02:39 +0900)
blender26-meshio/export_pmx.py

index 12c86a3..3f10bac 100644 (file)
@@ -1,5 +1,6 @@
 # coding: utf-8
 
-def write(self, path):
-    pass
+def _execute(filepath):
+    print(filepath)
+    return {'FINISHED'}