[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50789] trunk/blender/release/scripts/ startup/bl_ui/properties_data_mesh.py: remove sticky buttons from the UI, this functionality may be removed and has had no UI access since 2.49

Campbell Barton ideasman42 at gmail.com
Fri Sep 21 12:40:48 CEST 2012


Revision: 50789
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50789
Author:   campbellbarton
Date:     2012-09-21 10:40:48 +0000 (Fri, 21 Sep 2012)
Log Message:
-----------
remove sticky buttons from the UI, this functionality may be removed and has had no UI access since 2.49

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 07:21:35 UTC (rev 50788)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py	2012-09-21 10:40:48 UTC (rev 50789)
@@ -326,9 +326,12 @@
 
         # 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')
 




More information about the Bf-blender-cvs mailing list