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: b85f504b0bb02689a66ccd1d101d067dd1ef26a4 (plain)
1
2
3
4
5
6
7
import bpy
bpy.context.cloth.settings.quality = 15
bpy.context.cloth.settings.mass = 0.4
bpy.context.cloth.settings.structural_stiffness = 80
bpy.context.cloth.settings.bending_stiffness = 150
bpy.context.cloth.settings.spring_damping = 25
bpy.context.cloth.settings.air_damping = 1