OSDN Git Service

fix for 2.57b
[meshio/pymeshio.git] / blender25-meshio / pymeshio / pmd.py
index d4696b0..076fc11 100644 (file)
@@ -50,7 +50,7 @@ class Material(object):
         self.ambient=RGBA(ar, ag, ab)
         self.vertex_count=0
         self.texture=''
-        self.toon_index=1
+        self.toon_index=0
         self.flag=0
 
     def __str__(self):
@@ -594,7 +594,7 @@ class IO(object):
             io.write(struct.pack("=20s", bone.english_name))
         # english skin list
         for skin in self.morph_list:
-            print(skin.name)
+            #print(skin.name)
             if skin.name==b'base':
                 continue
             io.write(struct.pack("=20s", skin.english_name))