* Remove un-descriptive Tooltip from Cloth preset menu.
This commit is contained in:
Thomas Dinges 2012-04-15 21:10:14 +00:00
parent 5496e87eee
commit 583957470c

@ -31,9 +31,6 @@ def cloth_panel_enabled(md):
class CLOTH_MT_presets(Menu): class CLOTH_MT_presets(Menu):
'''
Creates the menu items by scanning scripts/templates
'''
bl_label = "Cloth Presets" bl_label = "Cloth Presets"
preset_subdir = "cloth" preset_subdir = "cloth"
preset_operator = "script.execute_preset" preset_operator = "script.execute_preset"