From 9670a6351829f9a08b58d9a11703667fd45afdc5 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sat, 15 Oct 2011 02:39:56 +0900 Subject: [PATCH] fix --- blender26-meshio/export_pmx.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blender26-meshio/export_pmx.py b/blender26-meshio/export_pmx.py index 12c86a3..3f10bac 100644 --- 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'} -- 2.11.0