Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

.pmx importation fails with Japanese props #15

@Jyzee

Description

@Jyzee

While trying to import a .pmx, I get that :

Traceback (most recent call last):
  File "/opt/blender-2.66/2.66/scripts/addons/blender26-meshio/__init__.py", line 85, in execute
    import_pmx._execute(**self.as_keywords(ignore=('filter_glob',)))
  File "/opt/blender-2.66/2.66/scripts/addons/blender26-meshio/import_pmx.py", line 608, in _execute
    import_pmx_model(filepath, reader.read_from_file(filepath), **kwargs)
  File "/opt/blender-2.66/2.66/scripts/addons/blender26-meshio/import_pmx.py", line 441, in import_pmx_model
    armature_object=__create_armature(model.bones, model.display_slots)
  File "/opt/blender-2.66/2.66/scripts/addons/blender26-meshio/import_pmx.py", line 315, in __create_armature
    p_bone=pose.bones[b.name]
KeyError: 'bpy_prop_collection[key]: key "左肩P" not found'

Maybe something to do with Japanese names ?
Let me know if you need the .pmx file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions