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

8 lines
279 B
Python
Raw Normal View History

2010-07-08 16:10:14 +00:00
import bpy
bpy.context.cloth.settings.quality = 7
bpy.context.cloth.settings.mass = 3
bpy.context.cloth.settings.structural_stiffness = 15
bpy.context.cloth.settings.bending_stiffness = 25
bpy.context.cloth.settings.spring_damping = 25
bpy.context.cloth.settings.air_damping = 1