2010-07-08 16:10:14 +00:00
|
|
|
import bpy
|
2009-11-22 11:33:44 +00:00
|
|
|
bpy.context.cloth.settings.quality = 12
|
|
|
|
|
bpy.context.cloth.settings.mass = 1
|
|
|
|
|
bpy.context.cloth.settings.structural_stiffness = 40
|
|
|
|
|
bpy.context.cloth.settings.bending_stiffness = 10
|
|
|
|
|
bpy.context.cloth.settings.spring_damping = 25
|
|
|
|
|
bpy.context.cloth.settings.air_damping = 1
|