[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29482] trunk/blender/release/scripts/ui/ properties_physics_softbody.py: soft body

Jens Ole Wund (bjornmose) bjornmose at gmx.net
Wed Jun 16 02:42:18 CEST 2010


Revision: 29482
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29482
Author:   bjornmose
Date:     2010-06-16 02:42:18 +0200 (Wed, 16 Jun 2010)

Log Message:
-----------
soft body
text label correction

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_physics_softbody.py

Modified: trunk/blender/release/scripts/ui/properties_physics_softbody.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_physics_softbody.py	2010-06-16 00:23:24 UTC (rev 29481)
+++ trunk/blender/release/scripts/ui/properties_physics_softbody.py	2010-06-16 00:42:18 UTC (rev 29482)
@@ -197,7 +197,7 @@
 
 
 class PHYSICS_PT_softbody_collision(PhysicButtonsPanel):
-    bl_label = "Soft Body Collision"
+    bl_label = "Soft Body Self Collision"
     bl_default_closed = True
 
     def poll(self, context):
@@ -218,7 +218,7 @@
 
         layout.active = softbody.self_collision and softbody_panel_enabled(md)
 
-        layout.label(text="Collision Type:")
+        layout.label(text="Collision Ball Size Calculation:")
         if wide_ui:
             layout.prop(softbody, "collision_type", expand=True)
         else:





More information about the Bf-blender-cvs mailing list