Welcome to mirror list, hosted at ThFree Co, Russian Federation.

leather.py « cloth « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f64608b24c7e47590bb110553208df27c06a42cc (plain)
1
2
3
4
5
6
bpy.context.active_object.modifiers['Cloth'].settings.quality = 15
bpy.context.active_object.modifiers['Cloth'].settings.mass = 0.4
bpy.context.active_object.modifiers['Cloth'].settings.structural_stiffness = 80
bpy.context.active_object.modifiers['Cloth'].settings.bending_stiffness = 150
bpy.context.active_object.modifiers['Cloth'].settings.spring_damping = 25
bpy.context.active_object.modifiers['Cloth'].settings.air_damping = 1