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: af867cf9c60743e3d16e4b064ddbfa70508e5dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
import bpy
bpy.context.cloth.settings.quality = 5
bpy.context.cloth.settings.mass = 0.150
bpy.context.cloth.settings.tension_stiffness = 5
bpy.context.cloth.settings.compression_stiffness = 5
bpy.context.cloth.settings.shear_stiffness = 5
bpy.context.cloth.settings.bending_stiffness = 0.05
bpy.context.cloth.settings.tension_damping = 0
bpy.context.cloth.settings.compression_damping = 0
bpy.context.cloth.settings.shear_damping = 0
bpy.context.cloth.settings.air_damping = 1