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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-21 14:40:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-21 14:40:48 +0400
commitfd44038ed754f58ddfe48228bfb5fa41ea367e65 (patch)
treea562116115144e5779c5b51bb9393bb5aa3eef20 /release/scripts/startup/bl_ui/properties_data_mesh.py
parentade0541b789f0774b06cc643f7774fa409eee556 (diff)
remove sticky buttons from the UI, this functionality may be removed and has had no UI access since 2.49
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_data_mesh.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_mesh.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_mesh.py b/release/scripts/startup/bl_ui/properties_data_mesh.py
index ee6e432b1c8..1b83133c12b 100644
--- a/release/scripts/startup/bl_ui/properties_data_mesh.py
+++ b/release/scripts/startup/bl_ui/properties_data_mesh.py
@@ -326,9 +326,12 @@ class DATA_PT_customdata(MeshButtonsPanel, Panel):
# me = context.mesh
col = layout.column(align=True)
+ # sticky has no UI access since 2.49 - we may remove
+ '''
row = col.row(align=True)
row.operator("mesh.customdata_create_sticky")
row.operator("mesh.customdata_clear_sticky", icon='X')
+ '''
col.operator("mesh.customdata_clear_mask", icon='X')
col.operator("mesh.customdata_clear_skin", icon='X')