OSDN Git Service

fix
authorousttrue <ousttrue@gmail.com>
Sun, 22 May 2011 11:11:14 +0000 (20:11 +0900)
committerousttrue <ousttrue@gmail.com>
Sun, 22 May 2011 11:11:14 +0000 (20:11 +0900)
blender25-meshio/pymeshio/pmd.py

index 8efc328..afb0654 100644 (file)
@@ -323,11 +323,11 @@ class IO(object):
         self.bone_display_list=[]
 
         self.toon_textures=[
-                b'toon01.bmp', b'toon02.bmp',
-                b'toon03.bmp', b'toon04.bmp',
-                b'toon05.bmp', b'toon06.bmp',
-                b'toon07.bmp', b'toon08.bmp',
-                b'toon09.bmp', b'toon10.bmp',
+                'toon01.bmp', 'toon02.bmp',
+                'toon03.bmp', 'toon04.bmp',
+                'toon05.bmp', 'toon06.bmp',
+                'toon07.bmp', 'toon08.bmp',
+                'toon09.bmp', 'toon10.bmp',
                 ]
 
         self.no_parent_bones=[]