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

cotton.py « cloth « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27717495e99d60b7202382f75943e3cf44e771e9 (plain)
1
2
3
4
5
6
bpy.context.active_object.modifiers['Cloth'].settings.quality = 5
bpy.context.active_object.modifiers['Cloth'].settings.mass = 0.300
bpy.context.active_object.modifiers['Cloth'].settings.structural_stiffness = 15.000
bpy.context.active_object.modifiers['Cloth'].settings.bending_stiffness = 0.500
bpy.context.active_object.modifiers['Cloth'].settings.spring_damping = 5.000
bpy.context.active_object.modifiers['Cloth'].settings.air_damping = 1.000