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>2019-04-29 08:59:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 09:00:39 +0300
commitc8bcddedff54442555a28879f506d3ffcf331fd6 (patch)
tree4e41bcfa79643cbdb9b4d2b433d698eb8da6f847 /release
parent90a06259eeb6101673160ca7bce591e0c272e303 (diff)
Fix T63977: UV select linked has no attribute 'extend'
Also enable undo + register for select linked.
Diffstat (limited to 'release')
-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 28edc6df3ce..1db1eea9a47 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -160,7 +160,7 @@ class IMAGE_MT_select(Menu):
layout.separator()
layout.operator("uv.select_pinned")
- layout.operator("uv.select_linked").extend = False
+ layout.operator("uv.select_linked")
layout.separator()