OSDN Git Service

fix import_pmd
[meshio/pymeshio.git] / blender25-meshio / bl25.py
index 188fcd2..20a647b 100644 (file)
@@ -66,6 +66,7 @@ class Writer(object):
         self.io.close()
 
 
+progressBar=None
 class ProgressBar(object):
     '''
     progress bar wrapper
@@ -96,6 +97,7 @@ class ProgressBar(object):
 
 def progress_start(base):
     global progressBar
+    print("#### progressBar ####")
     progressBar=ProgressBar(base)
 
 def progress_finish():
@@ -662,3 +664,30 @@ class constraint:
     def isIKSolver(c):
         return c.type=='IK'
 
+MMD_SHAPE_GROUP_NAME='_MMD_SHAPE'
+MMD_MB_NAME='mb_name'
+MMD_MB_COMMENT='mb_comment'
+MMD_COMMENT='comment'
+BASE_SHAPE_NAME='Basis'
+RIGID_NAME='rigid_name'
+RIGID_SHAPE_TYPE='rigid_shape_type'
+RIGID_PROCESS_TYPE='rigid_process_type'
+RIGID_BONE_NAME='rigid_bone_name'
+RIGID_GROUP='ribid_group'
+RIGID_INTERSECTION_GROUP='rigid_intersection_group'
+RIGID_WEIGHT='rigid_weight'
+RIGID_LINEAR_DAMPING='rigid_linear_damping'
+RIGID_ANGULAR_DAMPING='rigid_angular_damping'
+RIGID_RESTITUTION='rigid_restitution'
+RIGID_FRICTION='rigid_friction'
+CONSTRAINT_NAME='const_name'
+CONSTRAINT_A='const_a'
+CONSTRAINT_B='const_b'
+CONSTRAINT_POS_MIN='const_pos_min'
+CONSTRAINT_POS_MAX='const_pos_max'
+CONSTRAINT_ROT_MIN='const_rot_min'
+CONSTRAINT_ROT_MAX='const_rot_max'
+CONSTRAINT_SPRING_POS='const_spring_pos'
+CONSTRAINT_SPRING_ROT='const_spring_rot'
+TOON_TEXTURE_OBJECT='ToonTextures'
+