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:
authorThomas Dinges <blender@dingto.org>2012-04-16 01:10:14 +0400
committerThomas Dinges <blender@dingto.org>2012-04-16 01:10:14 +0400
commit583957470cae92c0cbc99155db1f68a85cbf3aba (patch)
tree5a76e8d6c1b09bd485bbe5368b0357927ae6aaa5 /release/scripts/startup/bl_ui/properties_physics_cloth.py
parent5496e87eee5951345ecb2d3f503342246fd8581e (diff)
UI:
* Remove un-descriptive Tooltip from Cloth preset menu.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index 14c7b381ee7..e313112d61a 100644
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@ -31,9 +31,6 @@ def cloth_panel_enabled(md):
class CLOTH_MT_presets(Menu):
- '''
- Creates the menu items by scanning scripts/templates
- '''
bl_label = "Cloth Presets"
preset_subdir = "cloth"
preset_operator = "script.execute_preset"