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

Commit

Permalink
Update export_pmx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogarth-MMD committed May 25, 2015
1 parent ad66b90 commit e4b196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender26-meshio/export_pmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def get_vertex_index(rel_index):
for i, m in enumerate(ex.oneSkinMesh.morphList[1:]):
# name
english_name="morph: %d" % i
panel=0
panel=4
for en, n, p in englishmap.skinMap:
if n==m.name:
english_name=en
Expand Down

0 comments on commit e4b196d

Please sign in to comment.