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:
authorCampbell Barton <ideasman42@gmail.com>2009-11-21 03:05:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-21 03:05:43 +0300
commit6073bc9bc3f935e4018fd0cc1fc3d2b1db6fc0b6 (patch)
treefcf2a0537178e80a2d5f126e7de3d4c49790cdc0 /release/scripts/ui/properties_physics_field.py
parentd91e6e2160f7aca87c86fadc69069c95d1a9e547 (diff)
pep8 cleanup & default select axis to negative (artist requst, make sense if you model the RHS and spend most time looping at the models front)
Diffstat (limited to 'release/scripts/ui/properties_physics_field.py')
-rw-r--r--release/scripts/ui/properties_physics_field.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/scripts/ui/properties_physics_field.py b/release/scripts/ui/properties_physics_field.py
index 237160030d5..9f895c1a487 100644
--- a/release/scripts/ui/properties_physics_field.py
+++ b/release/scripts/ui/properties_physics_field.py
@@ -61,7 +61,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
else:
split = layout.split()
split.itemR(field, "shape", text="")
-
+
split = layout.split()
if field.type == 'NONE':
@@ -72,7 +72,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
col.itemR(field, "guide_free")
col.itemR(field, "falloff_power")
col.itemR(field, "guide_path_add")
-
+
if wide_ui:
col = split.column()
col.itemL(text="Clumping:")
@@ -92,11 +92,11 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
layout.itemR(field, "guide_kink_axis")
split = layout.split()
-
+
col = split.column()
col.itemR(field, "guide_kink_frequency")
col.itemR(field, "guide_kink_shape")
-
+
if wide_ui:
col = split.column()
col.itemR(field, "guide_kink_amplitude")
@@ -107,7 +107,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
col.itemR(field, "texture", text="")
col.itemR(field, "texture_mode", text="")
col.itemR(field, "texture_nabla")
-
+
if wide_ui:
col = split.column()
col.itemR(field, "use_coordinates")
@@ -132,7 +132,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
col.itemL(text="Angular:")
col.itemR(field, "use_radial_min", text="Use Minimum")
col.itemR(field, "use_radial_max", text="Use Maximum")
-
+
if wide_ui:
col = split.column()
col.itemR(field, "radial_falloff", text="Power")
@@ -154,7 +154,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel):
col.itemL(text="Radial:")
col.itemR(field, "use_radial_min", text="Use Minimum")
col.itemR(field, "use_radial_max", text="Use Maximum")
-
+
if wide_ui:
col = split.column()
col.itemR(field, "radial_falloff", text="Power")