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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/presets/cloth/Silk.py')
-rw-r--r--release/scripts/presets/cloth/Silk.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/release/scripts/presets/cloth/Silk.py b/release/scripts/presets/cloth/Silk.py
new file mode 100644
index 00000000000..af867cf9c60
--- /dev/null
+++ b/release/scripts/presets/cloth/Silk.py
@@ -0,0 +1,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