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"