* Small Layout fixes.

* Single Layout for Softbody Panels.
This commit is contained in:
Thomas Dinges
2009-11-19 13:22:10 +00:00
parent d3600a92dc
commit 08a7bbeae5
3 changed files with 43 additions and 22 deletions

View File

@@ -147,7 +147,7 @@ def basic_force_field_settings_ui(self, context, field):
if field.type == 'TURBULENCE':
col.itemR(field, "size")
col.itemR(field, "col")
col.itemR(field, "flow")
elif field.type == 'HARMONIC':
col.itemR(field, "harmonic_damping", text="Damping")
elif field.type == 'VORTEX' and field.shape != 'POINT':