[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28865] branches/render25/release/scripts/ ui/properties_particle.py: Structural stiffness was missing from the hair dynamics panel.

Brecht Van Lommel brecht at blender.org
Wed May 19 18:29:23 CEST 2010


Revision: 28865
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28865
Author:   blendix
Date:     2010-05-19 18:29:23 +0200 (Wed, 19 May 2010)

Log Message:
-----------
Structural stiffness was missing from the hair dynamics panel.

Modified Paths:
--------------
    branches/render25/release/scripts/ui/properties_particle.py

Modified: branches/render25/release/scripts/ui/properties_particle.py
===================================================================
--- branches/render25/release/scripts/ui/properties_particle.py	2010-05-19 16:23:09 UTC (rev 28864)
+++ branches/render25/release/scripts/ui/properties_particle.py	2010-05-19 16:29:23 UTC (rev 28865)
@@ -254,6 +254,7 @@
         sub = col.column(align=True)
         sub.prop(cloth, "pin_stiffness", text="Stiffness")
         sub.prop(cloth, "mass")
+        sub.prop(cloth, "structural_stiffness", text="Structural")
         sub.prop(cloth, "bending_stiffness", text="Bending")
         sub.prop(cloth, "internal_friction", slider=True)
         sub.prop(cloth, "collider_friction", slider=True)





More information about the Bf-blender-cvs mailing list