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:
authorJanne Karhu <jhkarh@gmail.com>2010-01-03 17:51:34 +0300
committerJanne Karhu <jhkarh@gmail.com>2010-01-03 17:51:34 +0300
commitc6e40798fbbd6996310630198261fec194a2109e (patch)
treea30e1c7aa1db511b53a442fb34ee172ba72f4811 /release/scripts/ui/properties_physics_field.py
parent24a2c6e9bcf5f25f8a41616d40c90dcd7970c582 (diff)
Stickness factor for particle collisions, patch submitted by Raul Fernandez Hernandez (farsthary).
Diffstat (limited to 'release/scripts/ui/properties_physics_field.py')
-rw-r--r--release/scripts/ui/properties_physics_field.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_physics_field.py b/release/scripts/ui/properties_physics_field.py
index c2f1703a912..90e0912896d 100644
--- a/release/scripts/ui/properties_physics_field.py
+++ b/release/scripts/ui/properties_physics_field.py
@@ -217,6 +217,7 @@ class PHYSICS_PT_collision(PhysicButtonsPanel):
col = split.column()
col.label(text="Particle:")
col.prop(settings, "permeability", slider=True)
+ col.prop(settings, "stickness")
col.prop(settings, "kill_particles")
col.label(text="Particle Damping:")
sub = col.column(align=True)