[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60752] trunk/blender/release/scripts/ startup/bl_ui/space_image.py: UV editor: remove duplicate Select Split entry from UV menu.

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Oct 14 21:36:48 CEST 2013


Revision: 60752
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60752
Author:   blendix
Date:     2013-10-14 19:36:47 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
UV editor: remove duplicate Select Split entry from UV menu.

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

Modified: trunk/blender/release/scripts/startup/bl_ui/space_image.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_image.py	2013-10-14 17:14:43 UTC (rev 60751)
+++ trunk/blender/release/scripts/startup/bl_ui/space_image.py	2013-10-14 19:36:47 UTC (rev 60752)
@@ -106,7 +106,6 @@
 
         layout.operator("uv.select_all").action = 'TOGGLE'
         layout.operator("uv.select_all", text="Inverse").action = 'INVERT'
-        layout.operator("uv.select_split")
 
         layout.separator()
 




More information about the Bf-blender-cvs mailing list