2010-07-08 16:10:14 +00:00
|
|
|
import bpy
|
2009-11-22 11:33:44 +00:00
|
|
|
bpy.context.cloth.settings.quality = 15
|
|
|
|
bpy.context.cloth.settings.mass = 0.4
|
2018-12-03 17:45:17 +01:00
|
|
|
bpy.context.cloth.settings.tension_stiffness = 80
|
|
|
|
bpy.context.cloth.settings.compression_stiffness = 80
|
|
|
|
bpy.context.cloth.settings.shear_stiffness = 80
|
2009-11-22 11:33:44 +00:00
|
|
|
bpy.context.cloth.settings.bending_stiffness = 150
|
2018-12-03 17:45:17 +01:00
|
|
|
bpy.context.cloth.settings.tension_damping = 25
|
|
|
|
bpy.context.cloth.settings.compression_damping = 25
|
|
|
|
bpy.context.cloth.settings.shear_damping = 25
|
2009-11-22 11:33:44 +00:00
|
|
|
bpy.context.cloth.settings.air_damping = 1
|