Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-09-21 17:41:43 +0400
committerThomas Dinges <blender@dingto.org>2012-09-21 17:41:43 +0400
commit0916de7a02ac3a2f1723a0d1977ea9004d374f61 (patch)
treed7f235ff41480ea513d4207a70e500b7cbf38625 /release
parentb170eda2d641b5a22a6ef4dc05373408e3ee2a81 (diff)
Fix for r50790, removed operator printed error into the console...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_mesh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_mesh.py b/release/scripts/startup/bl_ui/properties_data_mesh.py
index 1b83133c12b..3af35209d7d 100644
--- a/release/scripts/startup/bl_ui/properties_data_mesh.py
+++ b/release/scripts/startup/bl_ui/properties_data_mesh.py
@@ -333,7 +333,6 @@ class DATA_PT_customdata(MeshButtonsPanel, Panel):
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):