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: a0dea5f1fd3fc25b7cf3add7edf1299b5e7e80e6 (plain)
1
2
3
4
5
6
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