[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50795] trunk/blender/release/scripts/ startup/bl_ui/properties_data_mesh.py: Fix for r50790, removed operator printed error into the console...

Thomas Dinges blender at dingto.org
Fri Sep 21 15:41:43 CEST 2012


Revision: 50795
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50795
Author:   dingto
Date:     2012-09-21 13:41:43 +0000 (Fri, 21 Sep 2012)
Log Message:
-----------
Fix for r50790, removed operator printed error into the console... 

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50790

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

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py	2012-09-21 13:32:52 UTC (rev 50794)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py	2012-09-21 13:41:43 UTC (rev 50795)
@@ -333,7 +333,6 @@
         row.operator("mesh.customdata_clear_sticky", icon='X')
         '''
         col.operator("mesh.customdata_clear_mask", icon='X')
-        col.operator("mesh.customdata_clear_skin", icon='X')
 
 
 class DATA_PT_custom_props_mesh(MeshButtonsPanel, PropertyPanel, Panel):




More information about the Bf-blender-cvs mailing list