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>2013-06-02 04:29:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-02 04:29:30 +0400
commita8c55a612b2fa076d60219b589765f4438c6f3c3 (patch)
treedeee78d7db35bbb627132e2e716808ac15ecaf3b /release/scripts/startup/bl_ui/space_image.py
parent075a910d72c9745c0476da7c1cc47337179c5085 (diff)
remove duplicate operator,
select-split and unlink-selection did the same thing, keep select split since it fits closer to mesh editmode and single key access (Ykey).
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 352ae3d0f06..19c06f60779 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -106,7 +106,7 @@ class IMAGE_MT_select(Menu):
layout.operator("uv.select_all").action = 'TOGGLE'
layout.operator("uv.select_all", text="Inverse").action = 'INVERT'
- layout.operator("uv.unlink_selected")
+ layout.operator("uv.select_split")
layout.separator()