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>2018-06-05 17:32:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-05 17:32:11 +0300
commitc68429bc038635a6c2a3f29a5b057c077be3a4b0 (patch)
tree1782bd26bb5852c106d9a0b3cb4c6b3156db687c /release/scripts/startup/bl_ui/properties_physics_cloth.py
parentd860d23e1a9c41ded126e54cae3c05ed9b869805 (diff)
Cleanup: pep8
Use 'autopep8 --ignore E721,E722' on our UI code, only minor changes.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index bcbb44b2cb3..45cddd3d6b9 100644
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@ -256,6 +256,7 @@ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, Panel):
cloth = context.cloth.settings
effector_weights_ui(self, context, cloth.effector_weights, 'CLOTH')
+
classes = (
CLOTH_MT_presets,
PHYSICS_PT_cloth,