blender/release/scripts/presets/cloth/silk.py

7 lines
272 B
Python

bpy.context.cloth.settings.quality = 5
bpy.context.cloth.settings.mass = 0.150
bpy.context.cloth.settings.structural_stiffness = 5
bpy.context.cloth.settings.bending_stiffness = 0.05
bpy.context.cloth.settings.spring_damping = 0
bpy.context.cloth.settings.air_damping = 1