[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45667] trunk/blender/release/scripts/ startup/bl_ui/properties_physics_cloth.py: UI:

Thomas Dinges blender at dingto.org
Sun Apr 15 23:10:14 CEST 2012


Revision: 45667
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45667
Author:   dingto
Date:     2012-04-15 21:10:14 +0000 (Sun, 15 Apr 2012)
Log Message:
-----------
UI:
* Remove un-descriptive Tooltip from Cloth preset menu. 

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_physics_cloth.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_physics_cloth.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_physics_cloth.py	2012-04-15 21:02:08 UTC (rev 45666)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_physics_cloth.py	2012-04-15 21:10:14 UTC (rev 45667)
@@ -31,9 +31,6 @@
 
 
 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"




More information about the Bf-blender-cvs mailing list