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

Commit

Permalink
Update export_pmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogarth-MMD committed May 25, 2015
1 parent e4b196d commit 2669a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender26-meshio/export_pmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_texture_name(texture):
for i, m in enumerate(ex.oneSkinMesh.morphList):
v=englishmap.getUnicodeSkinName(m.name)
if not v:
v=[m.name, m.name, 0]
v=[m.name, m.name, 4]
assert(v)
# morph
morph=pmd.Morph(v[1].encode("cp932"))
Expand Down

0 comments on commit 2669a2d

Please sign in to comment.