From 583957470cae92c0cbc99155db1f68a85cbf3aba Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 15 Apr 2012 21:10:14 +0000 Subject: [PATCH] UI: * Remove un-descriptive Tooltip from Cloth preset menu. --- release/scripts/startup/bl_ui/properties_physics_cloth.py | 3 --- 1 file changed, 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"