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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-10-14 23:36:47 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-10-14 23:36:47 +0400
commit709ed80487455ca0d5fcba45c5997e9784081995 (patch)
treebd43c048f39b93a2184d462050b00d5f6e8bc5e5 /release/scripts/startup/bl_ui/space_image.py
parentd9f1ca1c3f92b6889a2e067673b9224f4eb4a690 (diff)
UV editor: remove duplicate Select Split entry from UV menu.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 17ed7b44cf1..cc2d1dc1e66 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -106,7 +106,6 @@ class IMAGE_MT_select(Menu):
layout.operator("uv.select_all").action = 'TOGGLE'
layout.operator("uv.select_all", text="Inverse").action = 'INVERT'
- layout.operator("uv.select_split")
layout.separator()