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-29 02:37:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-29 02:37:56 +0300
commit8b897879cd3925f701708e30710534aa5d0ae616 (patch)
tree69dc22e5be7f03d5196568b3ac810de27814670b /release/scripts/ui/properties_physics_cloth.py
parent98a7a11e556e020265c4ca8d54e9609e9e86631c (diff)
pep8 cleanup in ui and op dirs, added popup to select pattern
Diffstat (limited to 'release/scripts/ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/ui/properties_physics_cloth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/ui/properties_physics_cloth.py b/release/scripts/ui/properties_physics_cloth.py
index d483bf8f804..0829b533c81 100644
--- a/release/scripts/ui/properties_physics_cloth.py
+++ b/release/scripts/ui/properties_physics_cloth.py
@@ -28,7 +28,7 @@ from properties_physics_common import effector_weights_ui
def cloth_panel_enabled(md):
return md.point_cache.baked is False
-
+
class CLOTH_MT_presets(bpy.types.Menu):
'''
@@ -227,7 +227,7 @@ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel):
def draw(self, context):
cloth = context.cloth.settings
effector_weights_ui(self, context, cloth.effector_weights)
-
+
bpy.types.register(CLOTH_MT_presets)
bpy.types.register(PHYSICS_PT_cloth)