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

silk.py « cloth « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21de166adf9191b946e34f95d7896279ea31e2e3 (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.150
bpy.context.active_object.modifiers["Cloth"].settings.structural_stiffness = 5
bpy.context.active_object.modifiers["Cloth"].settings.bending_stiffness = 0.05
bpy.context.active_object.modifiers["Cloth"].settings.spring_damping = 0
bpy.context.active_object.modifiers["Cloth"].settings.air_damping = 1