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()
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to