OSDN Git Service

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