OSDN Git Service

fix
[meshio/pymeshio.git] / blender26-meshio / export_pmx.py
1 # coding: utf-8
2
3 def _execute(filepath):
4     print(filepath)
5     return {'FINISHED'}
6