X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=blender26-meshio%2Fexport_pmx.py;h=3f10bac18fb34f6fbb2602df286b2f3c08f8ab11;hb=9670a6351829f9a08b58d9a11703667fd45afdc5;hp=12c86a377ce0e511c76dadffc59a300ae120b166;hpb=56e8906d87aa792e34cd819396e4970f4aac7372;p=meshio%2Fpymeshio.git diff --git a/blender26-meshio/export_pmx.py b/blender26-meshio/export_pmx.py old mode 100755 new mode 100644 index 12c86a3..3f10bac --- a/blender26-meshio/export_pmx.py +++ b/blender26-meshio/export_pmx.py @@ -1,5 +1,6 @@ # coding: utf-8 -def write(self, path): - pass +def _execute(filepath): + print(filepath) + return {'FINISHED'}