cotton.py 485 B

123456789101112
  1. import bpy
  2. bpy.context.cloth.settings.quality = 5
  3. bpy.context.cloth.settings.mass = 0.300
  4. bpy.context.cloth.settings.tension_stiffness = 15
  5. bpy.context.cloth.settings.compression_stiffness = 15
  6. bpy.context.cloth.settings.shear_stiffness = 15
  7. bpy.context.cloth.settings.bending_stiffness = 0.500
  8. bpy.context.cloth.settings.tension_damping = 5
  9. bpy.context.cloth.settings.compression_damping = 5
  10. bpy.context.cloth.settings.shear_damping = 5
  11. bpy.context.cloth.settings.air_damping = 1.000