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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-04 20:54:48 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-04 20:54:48 +0300
commit648122b1a22752f9f27d4ea74942f480973ee3e7 (patch)
tree93aff210de9f2966941777214ff5ac2b3ff6edda /release/scripts/ui/properties_physics_cloth.py
parent19c0a169b8ef7965e50e0da144560755df188839 (diff)
String fix and a bunch of PEP8 issues I had collected in the meanwhile.
Diffstat (limited to 'release/scripts/ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/ui/properties_physics_cloth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_physics_cloth.py b/release/scripts/ui/properties_physics_cloth.py
index 7123e52fb8d..305244bf918 100644
--- a/release/scripts/ui/properties_physics_cloth.py
+++ b/release/scripts/ui/properties_physics_cloth.py
@@ -84,7 +84,7 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel):
cloth = md.settings
split = layout.split()
-
+
split.active = cloth_panel_enabled(md)
col = split.column()