ousttrue / pymeshio

3d model reader/writer for python
http://pypi.python.org/pypi/pymeshio/
92 stars 26 forks source link

.pmx failing importing #17

Closed ChloeLabrot closed 9 years ago

ChloeLabrot commented 11 years ago

It can't properly import my models i always got the same issue :

Traceback (most recent call last): File "C:\Program Files (x86)\Blender Foundation\Blender\2.68\scripts\addons\blender26-meshioinit.py", line 85, in execute import_pmx._execute(_self.as_keywords(ignore=('filter_glob',))) File "C:\Program Files (x86)\Blender Foundation\Blender\2.68\scripts\addons\blender26-meshio\import_pmx.py", line 613, in _execute import_pmx_model(filepath, reader.read_from_file(filepath), _kwargs) File "C:\Program Files (x86)\Blender Foundation\Blender\2.68\scripts\addons\blender26-meshio\import_pmx.py", line 576, in import_pmx_model raise Exception("unknown morph type: %s" % o) Exception: unknown morph type: <blender26-meshio.pymeshio.pmx.BoneMorphData object at 0x163141B0>

location: :-1

i'm tring to import that model http://bowlroll.net/up/ There's actually 7 .pmx in this zip file and it's the same error for the 7 files